#C48635

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

Shades of Geebung #C48635

Tints of Geebung #C48635

Color information

#C48635 (or 0xC48635) is unknown color: approx Geebung. HEX triplet: C4, 86 and 35. RGB value is (196,134,53). Sum of RGB (Red+Green+Blue) = 196+134+53=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 53 (21.09% from 255 or 13.84% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C48635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48635 is #3B79CA. Grayscale: #8F8F8F. Windows color (decimal): -3897803 or 3507908. OLE color: 3507908.

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

Color convert

RGB19613453-
CMYK00.320.730.23
HSL33.99º57.43%48.82%-
HSV(B)33.99º72.96%76.86%-
XYZ31.9329.047.29-
YUV143.377.04165.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.17%
GREEN value IS 134 (52.73% from 255) = 34.99%
BLUE value IS 53 (21.09% from 255) = 13.84%
R=51.17%
G=34.99%
B=13.84%

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
Decimal1961345300.320.730.2333.9957.4348.82
HexC486350204917223931
Octal3042066504011127427161
Binary11000100100001101101010100000100100110111100010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48635; }

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

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

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

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

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

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

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

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