Html Css Color HEX #914716 Saddle Brown

📋 copy color: '#914716'

red 145 ◦ green 71 ◦ blue 22

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

Shades of Saddle Brown #914716

Tints of Saddle Brown #914716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.24%

R = 60.92%
G = 29.83%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#914716 (or 0x914716) is known color: Saddle Brown. HEX triplet: 91, 47 and 16. RGB value is (145,71,22). Sum of RGB (Red+Green+Blue) = 145+71+22=238 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.92% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 145 - color contains mainly: red. Hex color #914716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914716 is #6EB8E9. Grayscale: #575757. Windows color (decimal): -7256298 or 1460113. OLE color: 1460113.

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

Color convert

RGB 145 71 22 -
CMYK 0 0.51 0.85 0.43
HSL 23.9º 0.74% 0.33% -
HSV(B) 23.9º 0.85% 0.57% -
XYZ 14.08 10.58 2.06 -
YUV 87.54 91.02 168.98 -
System Red Green Blue C M Y K H S L
Decimal 145 71 22 0 0.51 0.85 0.43 23.9 0.74 0.33
Hex 91 47 16 0 33 55 2B 18 4A 21
Octal 221 107 26 0 63 125 53 30 112 41
Binary 10010001 1000111 10110 0 110011 1010101 101011 11000 1001010 100001

Color Harmonies of #914716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914716

Black with #914716

Text Example


Text Example

White with #914716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914716; }

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

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

background-color css

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

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

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

border-color css

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

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

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