#C18435

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

Shades of Geebung #C18435

Tints of Geebung #C18435

Color information

#C18435 (or 0xC18435) is unknown color: approx Geebung. HEX triplet: C1, 84 and 35. RGB value is (193,132,53). Sum of RGB (Red+Green+Blue) = 193+132+53=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 53 (21.09% from 255 or 14.02% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C18435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18435 is #3E7BCA. Grayscale: #8D8D8D. Windows color (decimal): -4094923 or 3507393. OLE color: 3507393.

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

Color convert

RGB19313253-
CMYK00.320.730.24
HSL33.86º56.91%48.24%-
HSV(B)33.86º72.54%75.69%-
XYZ30.8928.17.16-
YUV141.2378.21164.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.06%
GREEN value IS 132 (51.95% from 255) = 34.92%
BLUE value IS 53 (21.09% from 255) = 14.02%
R=51.06%
G=34.92%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931325300.320.730.2433.8656.9148.24
HexC184350204918223930
Octal3012046504011130427160
Binary11000001100001001101010100000100100111000100010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18435; }

 p { color: rgb(193,132,53); }

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

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

 a { background-color: rgb(193,132,53); }

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

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

 span { border-color: rgb(193,132,53); }

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