Html Css Color HEX #914915 Saddle Brown

📋 copy color: '#914915'

red 145 ◦ green 73 ◦ blue 21

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

Shades of Saddle Brown #914915

Tints of Saddle Brown #914915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.54%

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

R = 60.67%
G = 30.54%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#914915 (or 0x914915) is known color: Saddle Brown. HEX triplet: 91, 49 and 15. RGB value is (145,73,21). Sum of RGB (Red+Green+Blue) = 145+73+21=239 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.67% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 145 - color contains mainly: red. Hex color #914915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914915 is #6EB6EA. Grayscale: #585858. Windows color (decimal): -7255787 or 1395089. OLE color: 1395089.

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

Color convert

RGB 145 73 21 -
CMYK 0 0.50 0.86 0.43
HSL 25.16º 0.75% 0.33% -
HSV(B) 25.16º 0.86% 0.57% -
XYZ 14.19 10.84 2.05 -
YUV 88.6 89.85 168.23 -
System Red Green Blue C M Y K H S L
Decimal 145 73 21 0 0.50 0.86 0.43 25.16 0.75 0.33
Hex 91 49 15 0 32 56 2B 19 4B 21
Octal 221 111 25 0 62 126 53 31 113 41
Binary 10010001 1001001 10101 0 110010 1010110 101011 11001 1001011 100001

Color Harmonies of #914915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914915

Black with #914915

Text Example


Text Example

White with #914915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914915; }

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

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

background-color css

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

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

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

border-color css

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

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

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