#C87F2F

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

Shades of Geebung #C87F2F

Tints of Geebung #C87F2F

Color information

#C87F2F (or 0xC87F2F) is unknown color: approx Geebung. HEX triplet: C8, 7F and 2F. RGB value is (200,127,47). Sum of RGB (Red+Green+Blue) = 200+127+47=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87F2F is #3780D0. Grayscale: #8C8C8C. Windows color (decimal): -3637457 or 3112904. OLE color: 3112904.

HSL color Cylindrical-coordinate representation of color #C87F2F: hue angle of 31.37º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C87F2F is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB20012747-
CMYK00.360.760.22
HSL31.37º61.94%48.43%-
HSV(B)31.37º76.5%78.43%-
XYZ31.9227.666.35-
YUV139.7175.68171-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.48%
GREEN value IS 127 (50% from 255) = 33.96%
BLUE value IS 47 (18.75% from 255) = 12.57%
R=53.48%
G=33.96%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001274700.360.760.2231.3761.9448.43
HexC87F2F0244C161f3e30
Octal3101775704411426377660
Binary110010001111111101111010010010011001011011111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87F2F; }

 p { color: rgb(200,127,47); }

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

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

 a { background-color: rgb(200,127,47); }

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

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

 span { border-color: rgb(200,127,47); }

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