Html Css Color HEX #917414 Golden Brown

📋 copy color: '#917414'

red 145 ◦ green 116 ◦ blue 20

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

Shades of Golden Brown #917414

Tints of Golden Brown #917414

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.28%

 BLUE value IS 20 (8.2% from 255) = 7.12%

R = 51.6%
G = 41.28%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#917414 (or 0x917414) is known color: Golden Brown. HEX triplet: 91, 74 and 14. RGB value is (145,116,20). Sum of RGB (Red+Green+Blue) = 145+116+20=281 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.60% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 145 - color contains mainly: red. Hex color #917414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917414 is #6E8BEB. Grayscale: #727272. Windows color (decimal): -7244780 or 1340561. OLE color: 1340561.

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

Color convert

RGB 145 116 20 -
CMYK 0 0.2 0.86 0.43
HSL 46.08º 0.76% 0.32% -
HSV(B) 46.08º 0.86% 0.57% -
XYZ 18.05 18.56 3.29 -
YUV 113.73 75.11 150.31 -
System Red Green Blue C M Y K H S L
Decimal 145 116 20 0 0.2 0.86 0.43 46.08 0.76 0.32
Hex 91 74 14 0 14 56 2B 2E 4C 20
Octal 221 164 24 0 24 126 53 56 114 40
Binary 10010001 1110100 10100 0 10100 1010110 101011 101110 1001100 100000

Color Harmonies of #917414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917414

Black with #917414

Text Example


Text Example

White with #917414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917414; }

 p { color: rgb(145,116,20); }

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

background-color css

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

 a { background-color: rgb(145,116,20); }

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

border-color css

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

 span { border-color: rgb(145,116,20); }

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