Html Css Color HEX #914717 Saddle Brown

📋 copy color: '#914717'

red 145 ◦ green 71 ◦ blue 23

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

Shades of Saddle Brown #914717

Tints of Saddle Brown #914717

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.71%

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

R = 60.67%
G = 29.71%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#914717 (or 0x914717) is known color: Saddle Brown. HEX triplet: 91, 47 and 17. RGB value is (145,71,23). Sum of RGB (Red+Green+Blue) = 145+71+23=239 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.67% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 145 - color contains mainly: red. Hex color #914717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914717 is #6EB8E8. Grayscale: #575757. Windows color (decimal): -7256297 or 1525649. OLE color: 1525649.

HSL color Cylindrical-coordinate representation of color #914717: hue angle of 23.61º 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 #914717 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 71 23 -
CMYK 0 0.51 0.84 0.43
HSL 23.61º 0.73% 0.33% -
HSV(B) 23.61º 0.84% 0.57% -
XYZ 14.08 10.59 2.11 -
YUV 87.65 91.52 168.9 -
System Red Green Blue C M Y K H S L
Decimal 145 71 23 0 0.51 0.84 0.43 23.61 0.73 0.33
Hex 91 47 17 0 33 54 2B 18 49 21
Octal 221 107 27 0 63 124 53 30 111 41
Binary 10010001 1000111 10111 0 110011 1010100 101011 11000 1001001 100001

Color Harmonies of #914717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914717

Black with #914717

Text Example


Text Example

White with #914717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914717; }

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

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

background-color css

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

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

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

border-color css

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

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

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