#90560D

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

Shades of Golden Brown #90560D

Tints of Golden Brown #90560D

Color information

#90560D (or 0x90560D) is unknown color: approx Golden Brown. HEX triplet: 90, 56 and 0D. RGB value is (144,86,13). Sum of RGB (Red+Green+Blue) = 144+86+13=243 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.26% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 144 - color contains mainly: red. Hex color #90560D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90560D is #6FA9F2. Grayscale: #5F5F5F. Windows color (decimal): -7318003 or 874128. OLE color: 874128.

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

Color convert

RGB1448613-
CMYK00.400.910.44
HSL33.44º83.44%30.78%-
HSV(B)33.44º90.97%56.47%-
XYZ14.912.612.03-
YUV95.0281.72162.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 59.26%
GREEN value IS 86 (33.98% from 255) = 35.39%
BLUE value IS 13 (5.47% from 255) = 5.35%
R=59.26%
G=35.39%
B=5.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144861300.400.910.4433.4483.4430.78
Hex9056D0285B2C21531f
Octal22012615050133544112337
Binary100100001010110110101010001011011101100100001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90560D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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