Html Css Color HEX #914711 Saddle Brown

📋 copy color: '#914711'

red 145 ◦ green 71 ◦ blue 17

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

Shades of Saddle Brown #914711

Tints of Saddle Brown #914711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.3%

R = 62.23%
G = 30.47%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#914711 (or 0x914711) is known color: Saddle Brown. HEX triplet: 91, 47 and 11. RGB value is (145,71,17). Sum of RGB (Red+Green+Blue) = 145+71+17=233 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.23% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 145 - color contains mainly: red. Hex color #914711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914711 is #6EB8EE. Grayscale: #575757. Windows color (decimal): -7256303 or 1132433. OLE color: 1132433.

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

Color convert

RGB 145 71 17 -
CMYK 0 0.51 0.88 0.43
HSL 25.31º 0.79% 0.32% -
HSV(B) 25.31º 0.88% 0.57% -
XYZ 14.03 10.57 1.83 -
YUV 86.97 88.52 169.39 -
System Red Green Blue C M Y K H S L
Decimal 145 71 17 0 0.51 0.88 0.43 25.31 0.79 0.32
Hex 91 47 11 0 33 58 2B 19 4F 20
Octal 221 107 21 0 63 130 53 31 117 40
Binary 10010001 1000111 10001 0 110011 1011000 101011 11001 1001111 100000

Color Harmonies of #914711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914711

Black with #914711

Text Example


Text Example

White with #914711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914711; }

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

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

background-color css

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

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

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

border-color css

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

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

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