#C8841F

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

Shades of Geebung #C8841F

Tints of Geebung #C8841F

Color information

#C8841F (or 0xC8841F) is unknown color: approx Geebung. HEX triplet: C8, 84 and 1F. RGB value is (200,132,31). Sum of RGB (Red+Green+Blue) = 200+132+31=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C8841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8841F is #377BE0. Grayscale: #8D8D8D. Windows color (decimal): -3636193 or 2065608. OLE color: 2065608.

HSL color Cylindrical-coordinate representation of color #C8841F: hue angle of 35.86º 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 #C8841F is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB20013231-
CMYK00.340.840.22
HSL35.86º73.16%45.29%-
HSV(B)35.86º84.5%78.43%-
XYZ32.3228.885.17-
YUV140.8266.03170.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.10%
GREEN value IS 132 (51.95% from 255) = 36.36%
BLUE value IS 31 (12.5% from 255) = 8.54%
R=55.10%
G=36.36%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001323100.340.840.2235.8673.1645.29
HexC8841F022541624492d
Octal31020437042124264411155
Binary11001000100001001111101000101010100101101001001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8841F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8841F; }

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

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

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

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

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

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

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

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