#90580E

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

Shades of Golden Brown #90580E

Tints of Golden Brown #90580E

Color information

#90580E (or 0x90580E) is unknown color: approx Golden Brown. HEX triplet: 90, 58 and 0E. RGB value is (144,88,14). Sum of RGB (Red+Green+Blue) = 144+88+14=246 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.54% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 144 - color contains mainly: red. Hex color #90580E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90580E is #6FA7F1. Grayscale: #606060. Windows color (decimal): -7317490 or 940176. OLE color: 940176.

HSL color Cylindrical-coordinate representation of color #90580E: hue angle of 34.15º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90580E is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB1448814-
CMYK00.390.900.44
HSL34.15º82.28%30.98%-
HSV(B)34.15º90.28%56.47%-
XYZ15.0712.942.12-
YUV96.3181.55162.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 58.54%
GREEN value IS 88 (34.77% from 255) = 35.77%
BLUE value IS 14 (5.86% from 255) = 5.69%
R=58.54%
G=35.77%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144881400.390.900.4434.1582.2830.98
Hex9058E0275A2C22521f
Octal22013016047132544212237
Binary100100001011000111001001111011010101100100010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90580E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90580E; }

 p { color: rgb(144,88,14); }

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

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

 a { background-color: rgb(144,88,14); }

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

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

 span { border-color: rgb(144,88,14); }

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