#C5832E

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

Shades of Geebung #C5832E

Tints of Geebung #C5832E

Color information

#C5832E (or 0xC5832E) is unknown color: approx Geebung. HEX triplet: C5, 83 and 2E. RGB value is (197,131,46). Sum of RGB (Red+Green+Blue) = 197+131+46=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 46 (18.36% from 255 or 12.30% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5832E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5832E is #3A7CD1. Grayscale: #8D8D8D. Windows color (decimal): -3833042 or 3048389. OLE color: 3048389.

HSL color Cylindrical-coordinate representation of color #C5832E: hue angle of 33.77º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5832E is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB19713146-
CMYK00.340.770.23
HSL33.77º62.14%47.65%-
HSV(B)33.77º76.65%77.25%-
XYZ31.6428.36.38-
YUV141.0474.37167.91-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.67%
GREEN value IS 131 (51.56% from 255) = 35.03%
BLUE value IS 46 (18.36% from 255) = 12.30%
R=52.67%
G=35.03%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971314600.340.770.2333.7762.1447.65
HexC5832E0224D17223e30
Octal3052035604211527427660
Binary11000101100000111011100100010100110110111100010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5832E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5832E; }

 p { color: rgb(197,131,46); }

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

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

 a { background-color: rgb(197,131,46); }

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

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

 span { border-color: rgb(197,131,46); }

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