Html Css Color HEX #914917 Saddle Brown

📋 copy color: '#914917'

red 145 ◦ green 73 ◦ blue 23

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

Shades of Saddle Brown #914917

Tints of Saddle Brown #914917

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.29%

 BLUE value IS 23 (9.38% from 255) = 9.54%

R = 60.17%
G = 30.29%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#914917 (or 0x914917) is known color: Saddle Brown. HEX triplet: 91, 49 and 17. RGB value is (145,73,23). Sum of RGB (Red+Green+Blue) = 145+73+23=241 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.17% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 145 - color contains mainly: red. Hex color #914917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914917 is #6EB6E8. Grayscale: #595959. Windows color (decimal): -7255785 or 1526161. OLE color: 1526161.

HSL color Cylindrical-coordinate representation of color #914917: hue angle of 24.59º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #914917 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 73 23 -
CMYK 0 0.50 0.84 0.43
HSL 24.59º 0.73% 0.33% -
HSV(B) 24.59º 0.84% 0.57% -
XYZ 14.21 10.85 2.16 -
YUV 88.83 90.85 168.07 -
System Red Green Blue C M Y K H S L
Decimal 145 73 23 0 0.50 0.84 0.43 24.59 0.73 0.33
Hex 91 49 17 0 32 54 2B 19 49 21
Octal 221 111 27 0 62 124 53 31 111 41
Binary 10010001 1001001 10111 0 110010 1010100 101011 11001 1001001 100001

Color Harmonies of #914917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914917

Black with #914917

Text Example


Text Example

White with #914917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914917; }

 p { color: rgb(145,73,23); }

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

background-color css

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

 a { background-color: rgb(145,73,23); }

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

border-color css

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

 span { border-color: rgb(145,73,23); }

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