#C48333

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

Shades of Geebung #C48333

Tints of Geebung #C48333

Color information

#C48333 (or 0xC48333) is unknown color: approx Geebung. HEX triplet: C4, 83 and 33. RGB value is (196,131,51). Sum of RGB (Red+Green+Blue) = 196+131+51=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C48333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48333 is #3B7CCC. Grayscale: #8D8D8D. Windows color (decimal): -3898573 or 3376068. OLE color: 3376068.

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

Color convert

RGB19613151-
CMYK00.330.740.23
HSL33.1º58.7%48.43%-
HSV(B)33.1º73.98%76.86%-
XYZ31.4828.216.92-
YUV141.3177.03167-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.85%
GREEN value IS 131 (51.56% from 255) = 34.66%
BLUE value IS 51 (20.31% from 255) = 13.49%
R=51.85%
G=34.66%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961315100.330.740.2333.158.748.43
HexC483330214A17213b30
Octal3042036304111227417360
Binary11000100100000111100110100001100101010111100001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48333; }

 p { color: rgb(196,131,51); }

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

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

 a { background-color: rgb(196,131,51); }

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

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

 span { border-color: rgb(196,131,51); }

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