Html Css Color HEX #917210 Golden Brown

📋 copy color: '#917210'

red 145 ◦ green 114 ◦ blue 16

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

Shades of Golden Brown #917210

Tints of Golden Brown #917210

RGB

 RED value IS 145 (57.03% from 255) = 52.73%

 GREEN value IS 114 (44.92% from 255) = 41.45%

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

R = 52.73%
G = 41.45%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#917210 (or 0x917210) is known color: Golden Brown. HEX triplet: 91, 72 and 10. RGB value is (145,114,16). Sum of RGB (Red+Green+Blue) = 145+114+16=275 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.73% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 145 - color contains mainly: red. Hex color #917210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917210 is #6E8DEF. Grayscale: #707070. Windows color (decimal): -7245296 or 1077905. OLE color: 1077905.

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

Color convert

RGB 145 114 16 -
CMYK 0 0.21 0.89 0.43
HSL 45.58º 0.8% 0.32% -
HSV(B) 45.58º 0.89% 0.57% -
XYZ 17.79 18.09 3.04 -
YUV 112.1 73.77 151.47 -
System Red Green Blue C M Y K H S L
Decimal 145 114 16 0 0.21 0.89 0.43 45.58 0.8 0.32
Hex 91 72 10 0 15 59 2B 2E 50 20
Octal 221 162 20 0 25 131 53 56 120 40
Binary 10010001 1110010 10000 0 10101 1011001 101011 101110 1010000 100000

Color Harmonies of #917210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917210

Black with #917210

Text Example


Text Example

White with #917210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917210; }

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

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

background-color css

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

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

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

border-color css

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

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

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