Html Css Color HEX #914D15 Saddle Brown

📋 copy color: '#914D15'

red 145 ◦ green 77 ◦ blue 21

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

Shades of Saddle Brown #914D15

Tints of Saddle Brown #914D15

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.69%

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

R = 59.67%
G = 31.69%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#914D15 (or 0x914D15) is known color: Saddle Brown. HEX triplet: 91, 4D and 15. RGB value is (145,77,21). Sum of RGB (Red+Green+Blue) = 145+77+21=243 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.67% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 145 - color contains mainly: red. Hex color #914D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #914D15 is #6EB2EA. Grayscale: #5B5B5B. Windows color (decimal): -7254763 or 1396113. OLE color: 1396113.

HSL color Cylindrical-coordinate representation of color #914D15: hue angle of 27.1º 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 #914D15 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 77 21 -
CMYK 0 0.47 0.86 0.43
HSL 27.1º 0.75% 0.33% -
HSV(B) 27.1º 0.86% 0.57% -
XYZ 14.47 11.38 2.14 -
YUV 90.95 88.53 166.55 -
System Red Green Blue C M Y K H S L
Decimal 145 77 21 0 0.47 0.86 0.43 27.1 0.75 0.33
Hex 91 4D 15 0 2F 56 2B 1B 4B 21
Octal 221 115 25 0 57 126 53 33 113 41
Binary 10010001 1001101 10101 0 101111 1010110 101011 11011 1001011 100001

Color Harmonies of #914D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914D15

Black with #914D15

Text Example


Text Example

White with #914D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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