#C88A1F

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

Shades of Geebung #C88A1F

Tints of Geebung #C88A1F

Color information

#C88A1F (or 0xC88A1F) is unknown color: approx Geebung. HEX triplet: C8, 8A and 1F. RGB value is (200,138,31). Sum of RGB (Red+Green+Blue) = 200+138+31=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88A1F is #3775E0. Grayscale: #909090. Windows color (decimal): -3634657 or 2067144. OLE color: 2067144.

HSL color Cylindrical-coordinate representation of color #C88A1F: hue angle of 37.99º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C88A1F is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB20013831-
CMYK00.310.840.22
HSL37.99º73.16%45.29%-
HSV(B)37.99º84.5%78.43%-
XYZ33.1630.565.45-
YUV144.3464.04167.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.20%
GREEN value IS 138 (54.30% from 255) = 37.40%
BLUE value IS 31 (12.5% from 255) = 8.40%
R=54.20%
G=37.40%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001383100.310.840.2237.9973.1645.29
HexC88A1F01F541626492d
Octal31021237037124264611155
Binary1100100010001010111110111111010100101101001101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88A1F; }

 p { color: rgb(200,138,31); }

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

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

 a { background-color: rgb(200,138,31); }

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

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

 span { border-color: rgb(200,138,31); }

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