#C7882A

Color #C7882A Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #C7882A

Tints of Geebung #C7882A

Color information

#C7882A (or 0xC7882A) is unknown color: approx Geebung. HEX triplet: C7, 88 and 2A. RGB value is (199,136,42). Sum of RGB (Red+Green+Blue) = 199+136+42=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C7882A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7882A is #3877D5. Grayscale: #909090. Windows color (decimal): -3700694 or 2787527. OLE color: 2787527.

HSL color Cylindrical-coordinate representation of color #C7882A: hue angle of 35.92º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7882A is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB19913642-
CMYK00.320.790.22
HSL35.92º65.15%47.25%-
HSV(B)35.92º78.89%78.04%-
XYZ32.7829.926.24-
YUV144.1270.37167.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 52.79%
GREEN value IS 136 (53.52% from 255) = 36.07%
BLUE value IS 42 (16.80% from 255) = 11.14%
R=52.79%
G=36.07%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991364200.320.790.2235.9265.1547.25
HexC7882A0204F1624412f
Octal30721052040117264410157
Binary110001111000100010101001000001001111101101001001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7882A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7882A; }

 p { color: rgb(199,136,42); }

 H1.HeaderClassName
 {
   color: #C7882A;
 }
 .AnyTagClassName
 {
   color: #C7882A;
 }
</style>
background-color css

<style>
 a { background-color: #C7882A; }

 a { background-color: rgb(199,136,42); }

 div.DivClassName
 {
   background-color: #C7882A;
 }
 .BgClassName
 {
   background-color: #C7882A;
 }
</style>
border-color css

<style>
 span { border-color: #C7882A; }

 span { border-color: rgb(199,136,42); }

 td.TdClassName
 {
   border-color: #C7882A;
 }
 .TagClassName
 {
   border-color: #C7882A;
 }
</style>