Html Css Color HEX #914B15 Saddle Brown

📋 copy color: '#914B15'

red 145 ◦ green 75 ◦ blue 21

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

Shades of Saddle Brown #914B15

Tints of Saddle Brown #914B15

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.12%

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

R = 60.17%
G = 31.12%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#914B15 (or 0x914B15) is known color: Saddle Brown. HEX triplet: 91, 4B and 15. RGB value is (145,75,21). Sum of RGB (Red+Green+Blue) = 145+75+21=241 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.17% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 145 - color contains mainly: red. Hex color #914B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914B15 is #6EB4EA. Grayscale: #5A5A5A. Windows color (decimal): -7255275 or 1395601. OLE color: 1395601.

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

Color convert

RGB 145 75 21 -
CMYK 0 0.48 0.86 0.43
HSL 26.13º 0.75% 0.33% -
HSV(B) 26.13º 0.86% 0.57% -
XYZ 14.33 11.11 2.1 -
YUV 89.77 89.19 167.39 -
System Red Green Blue C M Y K H S L
Decimal 145 75 21 0 0.48 0.86 0.43 26.13 0.75 0.33
Hex 91 4B 15 0 30 56 2B 1A 4B 21
Octal 221 113 25 0 60 126 53 32 113 41
Binary 10010001 1001011 10101 0 110000 1010110 101011 11010 1001011 100001

Color Harmonies of #914B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914B15

Black with #914B15

Text Example


Text Example

White with #914B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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