#C0832C

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

Shades of Geebung #C0832C

Tints of Geebung #C0832C

Color information

#C0832C (or 0xC0832C) is unknown color: approx Geebung. HEX triplet: C0, 83 and 2C. RGB value is (192,131,44). Sum of RGB (Red+Green+Blue) = 192+131+44=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0832C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0832C is #3F7CD3. Grayscale: #8B8B8B. Windows color (decimal): -4160724 or 2917312. OLE color: 2917312.

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

Color convert

RGB19213144-
CMYK00.320.770.25
HSL35.27º62.71%46.27%-
HSV(B)35.27º77.08%75.29%-
XYZ30.3127.626.12-
YUV139.3274.21165.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.32%
GREEN value IS 131 (51.56% from 255) = 35.69%
BLUE value IS 44 (17.58% from 255) = 11.99%
R=52.32%
G=35.69%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921314400.320.770.2535.2762.7146.27
HexC0832C0204D19233f2e
Octal3002035404011531437756
Binary11000000100000111011000100000100110111001100011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0832C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0832C; }

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

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

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

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

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

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

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

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