Html Css Color HEX #907010 Golden Brown

📋 copy color: '#907010'

red 144 ◦ green 112 ◦ blue 16

#907010
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #907010

Tints of Golden Brown #907010

RGB

 RED value IS 144 (56.64% from 255) = 52.94%

 GREEN value IS 112 (44.14% from 255) = 41.18%

 BLUE value IS 16 (6.64% from 255) = 5.88%

R = 52.94%
G = 41.18%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#907010 (or 0x907010) is known color: Golden Brown. HEX triplet: 90, 70 and 10. RGB value is (144,112,16). Sum of RGB (Red+Green+Blue) = 144+112+16=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #907010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907010 is #6F8FEF. Grayscale: #6F6F6F. Windows color (decimal): -7311344 or 1077392. OLE color: 1077392.

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

Color convert

RGB 144 112 16 -
CMYK 0 0.22 0.89 0.44
HSL 45º 0.8% 0.31% -
HSV(B) 45º 0.89% 0.56% -
XYZ 17.39 17.56 2.96 -
YUV 110.62 74.6 151.81 -
System Red Green Blue C M Y K H S L
Decimal 144 112 16 0 0.22 0.89 0.44 45 0.8 0.31
Hex 90 70 10 0 16 59 2C 2D 50 1F
Octal 220 160 20 0 26 131 54 55 120 37
Binary 10010000 1110000 10000 0 10110 1011001 101100 101101 1010000 11111

Color Harmonies of #907010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907010

Black with #907010

Text Example


Text Example

White with #907010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907010; }

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

 H1.HeaderClassName
 {
   color: #907010;
 }
 .AnyTagClassName
 {
   color: #907010;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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