#C87D2B

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

Shades of Geebung #C87D2B

Tints of Geebung #C87D2B

Color information

#C87D2B (or 0xC87D2B) is unknown color: approx Geebung. HEX triplet: C8, 7D and 2B. RGB value is (200,125,43). Sum of RGB (Red+Green+Blue) = 200+125+43=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87D2B is #3782D4. Grayscale: #8A8A8A. Windows color (decimal): -3637973 or 2850248. OLE color: 2850248.

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

Color convert

RGB20012543-
CMYK00.380.780.22
HSL31.34º64.61%47.65%-
HSV(B)31.34º78.5%78.43%-
XYZ31.5927.125.86-
YUV138.0874.35172.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.35%
GREEN value IS 125 (49.22% from 255) = 33.97%
BLUE value IS 43 (17.19% from 255) = 11.68%
R=54.35%
G=33.97%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001254300.380.780.2231.3464.6147.65
HexC87D2B0264E161f4130
Octal31017553046116263710160
Binary1100100011111011010110100110100111010110111111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87D2B; }

 p { color: rgb(200,125,43); }

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

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

 a { background-color: rgb(200,125,43); }

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

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

 span { border-color: rgb(200,125,43); }

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