#C08726

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

Shades of Geebung #C08726

Tints of Geebung #C08726

Color information

#C08726 (or 0xC08726) is unknown color: approx Geebung. HEX triplet: C0, 87 and 26. RGB value is (192,135,38). Sum of RGB (Red+Green+Blue) = 192+135+38=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C08726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08726 is #3F78D9. Grayscale: #8D8D8D. Windows color (decimal): -4159706 or 2525120. OLE color: 2525120.

HSL color Cylindrical-coordinate representation of color #C08726: hue angle of 37.79º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C08726 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB19213538-
CMYK00.300.800.25
HSL37.79º66.96%45.1%-
HSV(B)37.79º80.21%75.29%-
XYZ30.7528.675.75-
YUV140.9869.88164.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.60%
GREEN value IS 135 (53.12% from 255) = 36.99%
BLUE value IS 38 (15.23% from 255) = 10.41%
R=52.60%
G=36.99%
B=10.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921353800.300.800.2537.7966.9645.1
HexC0872601E501926432d
Octal30020746036120314610355
Binary11000000100001111001100111101010000110011001101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08726; }

 p { color: rgb(192,135,38); }

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

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

 a { background-color: rgb(192,135,38); }

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

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

 span { border-color: rgb(192,135,38); }

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