#c48834

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

Shades of Geebung #C48834

Tints of Geebung #C48834

Color information

#C48834 (or 0xC48834) is unknown color: approx Geebung. HEX triplet: C4, 88 and 34. RGB value is (196,136,52). Sum of RGB (Red+Green+Blue) = 196+136+52=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C48834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48834 is #3B77CB. Grayscale: #909090. Windows color (decimal): -3897292 or 3442884. OLE color: 3442884.

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

Color convert

RGB19613652-
CMYK00.310.730.23
HSL35º58.06%48.63%-
HSV(B)35º73.47%76.86%-
XYZ32.1929.597.26-
YUV144.3675.88164.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.04%
GREEN value IS 136 (53.52% from 255) = 35.42%
BLUE value IS 52 (20.70% from 255) = 13.54%
R=51.04%
G=35.42%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961365200.310.730.233558.0648.63
HexC4883401F4917233a31
Octal3042106403711127437261
Binary1100010010001000110100011111100100110111100011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c48834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c48834; }

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

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

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

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

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

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

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

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