Html Css Color HEX #917508 Golden Brown

📋 copy color: '#917508'

red 145 ◦ green 117 ◦ blue 8

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

Shades of Golden Brown #917508

Tints of Golden Brown #917508

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.33%

 BLUE value IS 8 (3.52% from 255) = 2.96%

R = 53.7%
G = 43.33%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#917508 (or 0x917508) is known color: Golden Brown. HEX triplet: 91, 75 and 08. RGB value is (145,117,8). Sum of RGB (Red+Green+Blue) = 145+117+8=270 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.70% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 145 - color contains mainly: red. Hex color #917508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917508 is #6E8AF7. Grayscale: #717171. Windows color (decimal): -7244536 or 554385. OLE color: 554385.

HSL color Cylindrical-coordinate representation of color #917508: hue angle of 47.74º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #917508 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 117 8 -
CMYK 0 0.19 0.94 0.43
HSL 47.74º 0.9% 0.3% -
HSV(B) 47.74º 0.94% 0.57% -
XYZ 18.08 18.76 2.9 -
YUV 112.95 68.78 150.86 -
System Red Green Blue C M Y K H S L
Decimal 145 117 8 0 0.19 0.94 0.43 47.74 0.9 0.3
Hex 91 75 8 0 13 5E 2B 30 5A 1E
Octal 221 165 10 0 23 136 53 60 132 36
Binary 10010001 1110101 1000 0 10011 1011110 101011 110000 1011010 11110

Color Harmonies of #917508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917508

Black with #917508

Text Example


Text Example

White with #917508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917508; }

 p { color: rgb(145,117,8); }

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

background-color css

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

 a { background-color: rgb(145,117,8); }

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

border-color css

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

 span { border-color: rgb(145,117,8); }

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