Html Css Color HEX #91740B Golden Brown

📋 copy color: '#91740B'

red 145 ◦ green 116 ◦ blue 11

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

Shades of Golden Brown #91740B

Tints of Golden Brown #91740B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.04%

R = 53.31%
G = 42.65%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#91740B (or 0x91740B) is known color: Golden Brown. HEX triplet: 91, 74 and 0B. RGB value is (145,116,11). Sum of RGB (Red+Green+Blue) = 145+116+11=272 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.31% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 145 - color contains mainly: red. Hex color #91740B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91740B is #6E8BF4. Grayscale: #717171. Windows color (decimal): -7244789 or 750737. OLE color: 750737.

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

Color convert

RGB 145 116 11 -
CMYK 0 0.2 0.92 0.43
HSL 47.01º 0.86% 0.31% -
HSV(B) 47.01º 0.92% 0.57% -
XYZ 17.98 18.53 2.95 -
YUV 112.7 70.61 151.04 -
System Red Green Blue C M Y K H S L
Decimal 145 116 11 0 0.2 0.92 0.43 47.01 0.86 0.31
Hex 91 74 B 0 14 5C 2B 2F 56 1F
Octal 221 164 13 0 24 134 53 57 126 37
Binary 10010001 1110100 1011 0 10100 1011100 101011 101111 1010110 11111

Color Harmonies of #91740B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91740B

Black with #91740B

Text Example


Text Example

White with #91740B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91740B; }

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

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

background-color css

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

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

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

border-color css

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

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

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