Html Css Color HEX #917214 Golden Brown

📋 copy color: '#917214'

red 145 ◦ green 114 ◦ blue 20

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

Shades of Golden Brown #917214

Tints of Golden Brown #917214

RGB

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

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

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

R = 51.97%
G = 40.86%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#917214 (or 0x917214) is known color: Golden Brown. HEX triplet: 91, 72 and 14. RGB value is (145,114,20). Sum of RGB (Red+Green+Blue) = 145+114+20=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #917214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917214 is #6E8DEB. Grayscale: #707070. Windows color (decimal): -7245292 or 1340049. OLE color: 1340049.

HSL color Cylindrical-coordinate representation of color #917214: hue angle of 45.12º 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 #917214 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 114 20 -
CMYK 0 0.21 0.86 0.43
HSL 45.12º 0.76% 0.32% -
HSV(B) 45.12º 0.86% 0.57% -
XYZ 17.82 18.1 3.22 -
YUV 112.55 75.77 151.14 -
System Red Green Blue C M Y K H S L
Decimal 145 114 20 0 0.21 0.86 0.43 45.12 0.76 0.32
Hex 91 72 14 0 15 56 2B 2D 4C 20
Octal 221 162 24 0 25 126 53 55 114 40
Binary 10010001 1110010 10100 0 10101 1010110 101011 101101 1001100 100000

Color Harmonies of #917214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917214

Black with #917214

Text Example


Text Example

White with #917214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917214; }

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

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

background-color css

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

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

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

border-color css

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

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

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