Html Css Color HEX #91713B Buttered Rum

📋 copy color: '#91713B'

red 145 ◦ green 113 ◦ blue 59

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

Shades of Buttered Rum #91713B

Tints of Buttered Rum #91713B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.65%

 BLUE value IS 59 (23.44% from 255) = 18.61%

R = 45.74%
G = 35.65%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#91713B (or 0x91713B) is known color: Buttered Rum. HEX triplet: 91, 71 and 3B. RGB value is (145,113,59). Sum of RGB (Red+Green+Blue) = 145+113+59=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 145 - color contains mainly: red. Hex color #91713B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91713B is #6E8EC4. Grayscale: #747474. Windows color (decimal): -7245509 or 3895697. OLE color: 3895697.

HSL color Cylindrical-coordinate representation of color #91713B: hue angle of 37.67º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #91713B is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 113 59 -
CMYK 0 0.22 0.59 0.43
HSL 37.67º 0.42% 0.4% -
HSV(B) 37.67º 0.59% 0.57% -
XYZ 18.37 18.15 6.67 -
YUV 116.41 95.6 148.39 -
System Red Green Blue C M Y K H S L
Decimal 145 113 59 0 0.22 0.59 0.43 37.67 0.42 0.4
Hex 91 71 3B 0 16 3B 2B 26 2A 28
Octal 221 161 73 0 26 73 53 46 52 50
Binary 10010001 1110001 111011 0 10110 111011 101011 100110 101010 101000

Color Harmonies of #91713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91713B

Black with #91713B

Text Example


Text Example

White with #91713B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,113,59); }

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

background-color css

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

 a { background-color: rgb(145,113,59); }

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

border-color css

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

 span { border-color: rgb(145,113,59); }

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