Html Css Color HEX #91390D Saddle Brown

📋 copy color: '#91390D'

red 145 ◦ green 57 ◦ blue 13

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

Shades of Saddle Brown #91390D

Tints of Saddle Brown #91390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.51%

 BLUE value IS 13 (5.47% from 255) = 6.05%

R = 67.44%
G = 26.51%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#91390D (or 0x91390D) is known color: Saddle Brown. HEX triplet: 91, 39 and 0D. RGB value is (145,57,13). Sum of RGB (Red+Green+Blue) = 145+57+13=215 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.44% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 145 - color contains mainly: red. Hex color #91390D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91390D is #6EC6F2. Grayscale: #4E4E4E. Windows color (decimal): -7259891 or 866705. OLE color: 866705.

HSL color Cylindrical-coordinate representation of color #91390D: hue angle of 20º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #91390D is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 57 13 -
CMYK 0 0.61 0.91 0.43
HSL 20º 0.84% 0.31% -
HSV(B) 20º 0.91% 0.57% -
XYZ 13.21 8.98 1.42 -
YUV 78.3 91.15 175.58 -
System Red Green Blue C M Y K H S L
Decimal 145 57 13 0 0.61 0.91 0.43 20 0.84 0.31
Hex 91 39 D 0 3D 5B 2B 14 54 1F
Octal 221 71 15 0 75 133 53 24 124 37
Binary 10010001 111001 1101 0 111101 1011011 101011 10100 1010100 11111

Color Harmonies of #91390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91390D

Black with #91390D

Text Example


Text Example

White with #91390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91390D; }

 p { color: rgb(145,57,13); }

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

background-color css

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

 a { background-color: rgb(145,57,13); }

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

border-color css

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

 span { border-color: rgb(145,57,13); }

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