#C48634

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

Shades of Geebung #C48634

Tints of Geebung #C48634

Color information

#C48634 (or 0xC48634) is unknown color: approx Geebung. HEX triplet: C4, 86 and 34. RGB value is (196,134,52). Sum of RGB (Red+Green+Blue) = 196+134+52=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C48634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48634 is #3B79CB. Grayscale: #8F8F8F. Windows color (decimal): -3897804 or 3442372. OLE color: 3442372.

HSL color Cylindrical-coordinate representation of color #C48634: hue angle of 34.17º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C48634 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB19613452-
CMYK00.320.730.23
HSL34.17º58.06%48.63%-
HSV(B)34.17º73.47%76.86%-
XYZ31.9129.037.17-
YUV143.1976.54165.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.31%
GREEN value IS 134 (52.73% from 255) = 35.08%
BLUE value IS 52 (20.70% from 255) = 13.61%
R=51.31%
G=35.08%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961345200.320.730.2334.1758.0648.63
HexC486340204917223a31
Octal3042066404011127427261
Binary11000100100001101101000100000100100110111100010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48634; }

 p { color: rgb(196,134,52); }

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

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

 a { background-color: rgb(196,134,52); }

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

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

 span { border-color: rgb(196,134,52); }

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