#C18626

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

Shades of Geebung #C18626

Tints of Geebung #C18626

Color information

#C18626 (or 0xC18626) is unknown color: approx Geebung. HEX triplet: C1, 86 and 26. RGB value is (193,134,38). Sum of RGB (Red+Green+Blue) = 193+134+38=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C18626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18626 is #3E79D9. Grayscale: #8D8D8D. Windows color (decimal): -4094426 or 2524865. OLE color: 2524865.

HSL color Cylindrical-coordinate representation of color #C18626: hue angle of 37.16º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C18626 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB19313438-
CMYK00.310.800.24
HSL37.16º67.1%45.29%-
HSV(B)37.16º80.31%75.69%-
XYZ30.8728.535.71-
YUV140.770.05165.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.88%
GREEN value IS 134 (52.73% from 255) = 36.71%
BLUE value IS 38 (15.23% from 255) = 10.41%
R=52.88%
G=36.71%
B=10.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931343800.310.800.2437.1667.145.29
HexC1862601F501825432d
Octal30120646037120304510355
Binary11000001100001101001100111111010000110001001011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18626; }

 p { color: rgb(193,134,38); }

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

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

 a { background-color: rgb(193,134,38); }

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

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

 span { border-color: rgb(193,134,38); }

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