#90700F

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

Shades of Golden Brown #90700F

Tints of Golden Brown #90700F

Color information

#90700F (or 0x90700F) is unknown color: approx Golden Brown. HEX triplet: 90, 70 and 0F. RGB value is (144,112,15). Sum of RGB (Red+Green+Blue) = 144+112+15=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #90700F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90700F is #6F8FF0. Grayscale: #6E6E6E. Windows color (decimal): -7311345 or 1011856. OLE color: 1011856.

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

Color convert

RGB14411215-
CMYK00.220.900.44
HSL45.12º81.13%31.18%-
HSV(B)45.12º89.58%56.47%-
XYZ17.3817.552.92-
YUV110.5174.1151.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.14%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 15 (6.25% from 255) = 5.54%
R=53.14%
G=41.33%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441121500.220.900.4445.1281.1331.18
Hex9070F0165A2C2d511f
Octal22016017026132545512137
Binary10010000111000011110101101011010101100101101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90700F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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