#C38034

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

Shades of Geebung #C38034

Tints of Geebung #C38034

Color information

#C38034 (or 0xC38034) is unknown color: approx Geebung. HEX triplet: C3, 80 and 34. RGB value is (195,128,52). Sum of RGB (Red+Green+Blue) = 195+128+52=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C38034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38034 is #3C7FCB. Grayscale: #8B8B8B. Windows color (decimal): -3964876 or 3440835. OLE color: 3440835.

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

Color convert

RGB19512852-
CMYK00.340.730.24
HSL31.89º57.89%48.43%-
HSV(B)31.89º73.33%76.47%-
XYZ30.8427.296.89-
YUV139.3778.7167.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52%
GREEN value IS 128 (50.39% from 255) = 34.13%
BLUE value IS 52 (20.70% from 255) = 13.87%
R=52%
G=34.13%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951285200.340.730.2431.8957.8948.43
HexC380340224918203a30
Octal3032006404211130407260
Binary11000011100000001101000100010100100111000100000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38034; }

 p { color: rgb(195,128,52); }

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

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

 a { background-color: rgb(195,128,52); }

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

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

 span { border-color: rgb(195,128,52); }

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