#C08335

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

Shades of Geebung #C08335

Tints of Geebung #C08335

Color information

#C08335 (or 0xC08335) is unknown color: approx Geebung. HEX triplet: C0, 83 and 35. RGB value is (192,131,53). Sum of RGB (Red+Green+Blue) = 192+131+53=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C08335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08335 is #3F7CCA. Grayscale: #8C8C8C. Windows color (decimal): -4160715 or 3507136. OLE color: 3507136.

HSL color Cylindrical-coordinate representation of color #C08335: hue angle of 33.67º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C08335 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB19213153-
CMYK00.320.720.25
HSL33.67º56.73%48.04%-
HSV(B)33.67º72.4%75.29%-
XYZ30.527.77.11-
YUV140.3578.71164.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.06%
GREEN value IS 131 (51.56% from 255) = 34.84%
BLUE value IS 53 (21.09% from 255) = 14.10%
R=51.06%
G=34.84%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921315300.320.720.2533.6756.7348.04
HexC083350204819223930
Octal3002036504011031427160
Binary11000000100000111101010100000100100011001100010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08335; }

 p { color: rgb(192,131,53); }

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

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

 a { background-color: rgb(192,131,53); }

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

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

 span { border-color: rgb(192,131,53); }

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