Html Css Color HEX #91370E Saddle Brown

📋 copy color: '#91370E'

red 145 ◦ green 55 ◦ blue 14

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

Shades of Saddle Brown #91370E

Tints of Saddle Brown #91370E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.7%

 BLUE value IS 14 (5.86% from 255) = 6.54%

R = 67.76%
G = 25.7%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#91370E (or 0x91370E) is known color: Saddle Brown. HEX triplet: 91, 37 and 0E. RGB value is (145,55,14). Sum of RGB (Red+Green+Blue) = 145+55+14=214 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.76% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 145 - color contains mainly: red. Hex color #91370E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91370E is #6EC8F1. Grayscale: #4D4D4D. Windows color (decimal): -7260402 or 931729. OLE color: 931729.

HSL color Cylindrical-coordinate representation of color #91370E: hue angle of 18.78º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #91370E is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 55 14 -
CMYK 0 0.62 0.90 0.43
HSL 18.78º 0.82% 0.31% -
HSV(B) 18.78º 0.9% 0.57% -
XYZ 13.12 8.78 1.42 -
YUV 77.24 92.32 176.33 -
System Red Green Blue C M Y K H S L
Decimal 145 55 14 0 0.62 0.90 0.43 18.78 0.82 0.31
Hex 91 37 E 0 3E 5A 2B 13 52 1F
Octal 221 67 16 0 76 132 53 23 122 37
Binary 10010001 110111 1110 0 111110 1011010 101011 10011 1010010 11111

Color Harmonies of #91370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91370E

Black with #91370E

Text Example


Text Example

White with #91370E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91370E; }

 p { color: rgb(145,55,14); }

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

background-color css

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

 a { background-color: rgb(145,55,14); }

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

border-color css

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

 span { border-color: rgb(145,55,14); }

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