#90700B

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

Shades of Golden Brown #90700B

Tints of Golden Brown #90700B

Color information

#90700B (or 0x90700B) is unknown color: approx Golden Brown. HEX triplet: 90, 70 and 0B. RGB value is (144,112,11). Sum of RGB (Red+Green+Blue) = 144+112+11=267 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.93% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 144 - color contains mainly: red. Hex color #90700B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90700B is #6F8FF4. Grayscale: #6E6E6E. Windows color (decimal): -7311349 or 749712. OLE color: 749712.

HSL color Cylindrical-coordinate representation of color #90700B: hue angle of 45.56º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90700B is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB14411211-
CMYK00.220.920.44
HSL45.56º85.81%30.39%-
HSV(B)45.56º92.36%56.47%-
XYZ17.3617.542.79-
YUV110.0572.1152.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.93%
GREEN value IS 112 (44.14% from 255) = 41.95%
BLUE value IS 11 (4.69% from 255) = 4.12%
R=53.93%
G=41.95%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441121100.220.920.4445.5685.8130.39
Hex9070B0165C2C2e561e
Octal22016013026134545612636
Binary10010000111000010110101101011100101100101110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90700B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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