#907210

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

Shades of Golden Brown #907210

Tints of Golden Brown #907210

Color information

#907210 (or 0x907210) is unknown color: approx Golden Brown. HEX triplet: 90, 72 and 10. RGB value is (144,114,16). Sum of RGB (Red+Green+Blue) = 144+114+16=274 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.55% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 144 - color contains mainly: red. Hex color #907210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907210 is #6F8DEF. Grayscale: #707070. Windows color (decimal): -7310832 or 1077904. OLE color: 1077904.

HSL color Cylindrical-coordinate representation of color #907210: hue angle of 45.94º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #907210 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB14411416-
CMYK00.210.890.44
HSL45.94º80%31.37%-
HSV(B)45.94º88.89%56.47%-
XYZ17.61183.04-
YUV111.873.94150.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.55%
GREEN value IS 114 (44.92% from 255) = 41.61%
BLUE value IS 16 (6.64% from 255) = 5.84%
R=52.55%
G=41.61%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441141600.210.890.4445.948031.37
Hex907210015592C2e501f
Octal22016220025131545612037
Binary100100001110010100000101011011001101100101110101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907210; }

 p { color: rgb(144,114,16); }

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

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

 a { background-color: rgb(144,114,16); }

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

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

 span { border-color: rgb(144,114,16); }

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