#C18135

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

Shades of Geebung #C18135

Tints of Geebung #C18135

Color information

#C18135 (or 0xC18135) is unknown color: approx Geebung. HEX triplet: C1, 81 and 35. RGB value is (193,129,53). Sum of RGB (Red+Green+Blue) = 193+129+53=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C18135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18135 is #3E7ECA. Grayscale: #8B8B8B. Windows color (decimal): -4095691 or 3506625. OLE color: 3506625.

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

Color convert

RGB19312953-
CMYK00.330.730.24
HSL32.57º56.91%48.24%-
HSV(B)32.57º72.54%75.69%-
XYZ30.4927.37.03-
YUV139.4779.2166.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.47%
GREEN value IS 129 (50.78% from 255) = 34.4%
BLUE value IS 53 (21.09% from 255) = 14.13%
R=51.47%
G=34.4%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931295300.330.730.2432.5756.9148.24
HexC181350214918213930
Octal3012016504111130417160
Binary11000001100000011101010100001100100111000100001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18135; }

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

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

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

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

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

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

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

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