#C18233

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

Shades of Geebung #C18233

Tints of Geebung #C18233

Color information

#C18233 (or 0xC18233) is unknown color: approx Geebung. HEX triplet: C1, 82 and 33. RGB value is (193,130,51). Sum of RGB (Red+Green+Blue) = 193+130+51=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C18233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18233 is #3E7DCC. Grayscale: #8C8C8C. Windows color (decimal): -4095437 or 3375809. OLE color: 3375809.

HSL color Cylindrical-coordinate representation of color #C18233: hue angle of 33.38º degrees, saturation: 0.58, 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 #C18233 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB19313051-
CMYK00.330.740.24
HSL33.38º58.2%47.84%-
HSV(B)33.38º73.58%75.69%-
XYZ30.5727.546.84-
YUV139.8377.87165.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.60%
GREEN value IS 130 (51.17% from 255) = 34.76%
BLUE value IS 51 (20.31% from 255) = 13.64%
R=51.60%
G=34.76%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931305100.330.740.2433.3858.247.84
HexC182330214A18213a30
Octal3012026304111230417260
Binary11000001100000101100110100001100101011000100001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18233; }

 p { color: rgb(193,130,51); }

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

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

 a { background-color: rgb(193,130,51); }

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

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

 span { border-color: rgb(193,130,51); }

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