Html Css Color HEX #914715 Saddle Brown

📋 copy color: '#914715'

red 145 ◦ green 71 ◦ blue 21

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

Shades of Saddle Brown #914715

Tints of Saddle Brown #914715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.86%

R = 61.18%
G = 29.96%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#914715 (or 0x914715) is known color: Saddle Brown. HEX triplet: 91, 47 and 15. RGB value is (145,71,21). Sum of RGB (Red+Green+Blue) = 145+71+21=237 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.18% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 145 - color contains mainly: red. Hex color #914715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914715 is #6EB8EA. Grayscale: #575757. Windows color (decimal): -7256299 or 1394577. OLE color: 1394577.

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

Color convert

RGB 145 71 21 -
CMYK 0 0.51 0.86 0.43
HSL 24.19º 0.75% 0.33% -
HSV(B) 24.19º 0.86% 0.57% -
XYZ 14.07 10.58 2.01 -
YUV 87.43 90.52 169.07 -
System Red Green Blue C M Y K H S L
Decimal 145 71 21 0 0.51 0.86 0.43 24.19 0.75 0.33
Hex 91 47 15 0 33 56 2B 18 4B 21
Octal 221 107 25 0 63 126 53 30 113 41
Binary 10010001 1000111 10101 0 110011 1010110 101011 11000 1001011 100001

Color Harmonies of #914715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914715

Black with #914715

Text Example


Text Example

White with #914715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914715; }

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

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

background-color css

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

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

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

border-color css

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

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

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