#c3872b

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

Shades of Geebung #C3872B

Tints of Geebung #C3872B

Color information

#C3872B (or 0xC3872B) is unknown color: approx Geebung. HEX triplet: C3, 87 and 2B. RGB value is (195,135,43). Sum of RGB (Red+Green+Blue) = 195+135+43=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C3872B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3872B is #3C78D4. Grayscale: #8E8E8E. Windows color (decimal): -3963093 or 2852803. OLE color: 2852803.

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

Color convert

RGB19513543-
CMYK00.310.780.24
HSL36.32º63.87%46.67%-
HSV(B)36.32º77.95%76.47%-
XYZ31.6129.16.24-
YUV142.4571.88165.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.28%
GREEN value IS 135 (53.12% from 255) = 36.19%
BLUE value IS 43 (17.19% from 255) = 11.53%
R=52.28%
G=36.19%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951354300.310.780.2436.3263.8746.67
HexC3872B01F4E1824402f
Octal30320753037116304410057
Binary11000011100001111010110111111001110110001001001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3872b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3872b; }

 p { color: rgb(195,135,43); }

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

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

 a { background-color: rgb(195,135,43); }

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

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

 span { border-color: rgb(195,135,43); }

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