Html Css Color HEX #913801 Saddle Brown

📋 copy color: '#913801'

red 145 ◦ green 56 ◦ blue 1

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

Shades of Saddle Brown #913801

Tints of Saddle Brown #913801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.72%

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 71.78%
G = 27.72%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#913801 (or 0x913801) is known color: Saddle Brown. HEX triplet: 91, 38 and 01. RGB value is (145,56,1). Sum of RGB (Red+Green+Blue) = 145+56+1=202 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.78% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 145 - color contains mainly: red. Hex color #913801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913801 is #6EC7FE. Grayscale: #4C4C4C. Windows color (decimal): -7260159 or 80017. OLE color: 80017.

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

Color convert

RGB 145 56 1 -
CMYK 0 0.61 0.99 0.43
HSL 22.92º 0.99% 0.29% -
HSV(B) 22.92º 0.99% 0.57% -
XYZ 13.1 8.85 1.05 -
YUV 76.34 85.49 176.97 -
System Red Green Blue C M Y K H S L
Decimal 145 56 1 0 0.61 0.99 0.43 22.92 0.99 0.29
Hex 91 38 1 0 3D 63 2B 17 63 1D
Octal 221 70 1 0 75 143 53 27 143 35
Binary 10010001 111000 1 0 111101 1100011 101011 10111 1100011 11101

Color Harmonies of #913801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913801

Black with #913801

Text Example


Text Example

White with #913801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913801; }

 p { color: rgb(145,56,1); }

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

background-color css

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

 a { background-color: rgb(145,56,1); }

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

border-color css

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

 span { border-color: rgb(145,56,1); }

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