#90580F

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

Shades of Golden Brown #90580F

Tints of Golden Brown #90580F

Color information

#90580F (or 0x90580F) is unknown color: approx Golden Brown. HEX triplet: 90, 58 and 0F. RGB value is (144,88,15). Sum of RGB (Red+Green+Blue) = 144+88+15=247 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.30% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 144 - color contains mainly: red. Hex color #90580F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90580F is #6FA7F0. Grayscale: #606060. Windows color (decimal): -7317489 or 1005712. OLE color: 1005712.

HSL color Cylindrical-coordinate representation of color #90580F: hue angle of 33.95º degrees, saturation: 0.81, 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 #90580F is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB1448815-
CMYK00.390.900.44
HSL33.95º81.13%31.18%-
HSV(B)33.95º89.58%56.47%-
XYZ15.0812.942.16-
YUV96.4282.05161.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 58.30%
GREEN value IS 88 (34.77% from 255) = 35.63%
BLUE value IS 15 (6.25% from 255) = 6.07%
R=58.30%
G=35.63%
B=6.07%

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
Decimal144881500.390.900.4433.9581.1331.18
Hex9058F0275A2C22511f
Octal22013017047132544212137
Binary100100001011000111101001111011010101100100010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90580F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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