#90560C

Color #90560C Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #90560C

Tints of Golden Brown #90560C

Color information

#90560C (or 0x90560C) is unknown color: approx Golden Brown. HEX triplet: 90, 56 and 0C. RGB value is (144,86,12). Sum of RGB (Red+Green+Blue) = 144+86+12=242 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.50% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 144 - color contains mainly: red. Hex color #90560C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90560C is #6FA9F3. Grayscale: #5F5F5F. Windows color (decimal): -7318004 or 808592. OLE color: 808592.

HSL color Cylindrical-coordinate representation of color #90560C: hue angle of 33.64º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90560C is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB1448612-
CMYK00.400.920.44
HSL33.64º84.62%30.59%-
HSV(B)33.64º91.67%56.47%-
XYZ14.912.612-
YUV94.9181.22163.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 59.50%
GREEN value IS 86 (33.98% from 255) = 35.54%
BLUE value IS 12 (5.08% from 255) = 4.96%
R=59.50%
G=35.54%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144861200.400.920.4433.6484.6230.59
Hex9056C0285C2C22551f
Octal22012614050134544212537
Binary100100001010110110001010001011100101100100010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90560C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90560C; }

 p { color: rgb(144,86,12); }

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

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

 a { background-color: rgb(144,86,12); }

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

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

 span { border-color: rgb(144,86,12); }

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