#C0851E

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

Shades of Geebung #C0851E

Tints of Geebung #C0851E

Color information

#C0851E (or 0xC0851E) is unknown color: approx Geebung. HEX triplet: C0, 85 and 1E. RGB value is (192,133,30). Sum of RGB (Red+Green+Blue) = 192+133+30=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0851E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0851E is #3F7AE1. Grayscale: #8B8B8B. Windows color (decimal): -4160226 or 2000320. OLE color: 2000320.

HSL color Cylindrical-coordinate representation of color #C0851E: hue angle of 38.15º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0851E is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB19213330-
CMYK00.310.840.25
HSL38.15º72.97%43.53%-
HSV(B)38.15º84.38%75.29%-
XYZ30.3628.085.05-
YUV138.966.55165.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.08%
GREEN value IS 133 (52.34% from 255) = 37.46%
BLUE value IS 30 (12.11% from 255) = 8.45%
R=54.08%
G=37.46%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921333000.310.840.2538.1572.9743.53
HexC0851E01F541926492c
Octal30020536037124314611154
Binary1100000010000101111100111111010100110011001101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0851E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0851E; }

 p { color: rgb(192,133,30); }

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

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

 a { background-color: rgb(192,133,30); }

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

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

 span { border-color: rgb(192,133,30); }

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