#C5842E

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

Shades of Geebung #C5842E

Tints of Geebung #C5842E

Color information

#C5842E (or 0xC5842E) is unknown color: approx Geebung. HEX triplet: C5, 84 and 2E. RGB value is (197,132,46). Sum of RGB (Red+Green+Blue) = 197+132+46=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 46 (18.36% from 255 or 12.27% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C5842E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5842E is #3A7BD1. Grayscale: #8E8E8E. Windows color (decimal): -3832786 or 3048645. OLE color: 3048645.

HSL color Cylindrical-coordinate representation of color #C5842E: hue angle of 34.17º 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 #C5842E is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB19713246-
CMYK00.330.770.23
HSL34.17º62.14%47.65%-
HSV(B)34.17º76.65%77.25%-
XYZ31.7728.576.42-
YUV141.6374.03167.49-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.53%
GREEN value IS 132 (51.95% from 255) = 35.2%
BLUE value IS 46 (18.36% from 255) = 12.27%
R=52.53%
G=35.2%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971324600.330.770.2334.1762.1447.65
HexC5842E0214D17223e30
Octal3052045604111527427660
Binary11000101100001001011100100001100110110111100010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5842E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5842E; }

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

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

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

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

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

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

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

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