#C2872D

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

Shades of Geebung #C2872D

Tints of Geebung #C2872D

Color information

#C2872D (or 0xC2872D) is unknown color: approx Geebung. HEX triplet: C2, 87 and 2D. RGB value is (194,135,45). Sum of RGB (Red+Green+Blue) = 194+135+45=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C2872D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2872D is #3D78D2. Grayscale: #8E8E8E. Windows color (decimal): -4028627 or 2983874. OLE color: 2983874.

HSL color Cylindrical-coordinate representation of color #C2872D: hue angle of 36.24º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2872D is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB19413545-
CMYK00.300.770.24
HSL36.24º62.34%46.86%-
HSV(B)36.24º76.8%76.08%-
XYZ31.3928.996.42-
YUV142.3873.05164.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.87%
GREEN value IS 135 (53.12% from 255) = 36.10%
BLUE value IS 45 (17.97% from 255) = 12.03%
R=51.87%
G=36.10%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941354500.300.770.2436.2462.3446.86
HexC2872D01E4D18243e2f
Octal3022075503611530447657
Binary1100001010000111101101011110100110111000100100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2872D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2872D; }

 p { color: rgb(194,135,45); }

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

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

 a { background-color: rgb(194,135,45); }

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

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

 span { border-color: rgb(194,135,45); }

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