#C38533

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

Shades of Geebung #C38533

Tints of Geebung #C38533

Color information

#C38533 (or 0xC38533) is unknown color: approx Geebung. HEX triplet: C3, 85 and 33. RGB value is (195,133,51). Sum of RGB (Red+Green+Blue) = 195+133+51=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C38533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38533 is #3C7ACC. Grayscale: #8E8E8E. Windows color (decimal): -3963597 or 3376579. OLE color: 3376579.

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

Color convert

RGB19513351-
CMYK00.320.740.24
HSL34.17º58.54%48.24%-
HSV(B)34.17º73.85%76.47%-
XYZ31.4928.627-
YUV142.1976.54165.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.45%
GREEN value IS 133 (52.34% from 255) = 35.09%
BLUE value IS 51 (20.31% from 255) = 13.46%
R=51.45%
G=35.09%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951335100.320.740.2434.1758.5448.24
HexC385330204A18223b30
Octal3032056304011230427360
Binary11000011100001011100110100000100101011000100010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38533; }

 p { color: rgb(195,133,51); }

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

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

 a { background-color: rgb(195,133,51); }

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

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

 span { border-color: rgb(195,133,51); }

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