Html Css Color HEX #914A1F Saddle Brown

📋 copy color: '#914A1F'

red 145 ◦ green 74 ◦ blue 31

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

Shades of Saddle Brown #914A1F

Tints of Saddle Brown #914A1F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.6%

 BLUE value IS 31 (12.5% from 255) = 12.4%

R = 58%
G = 29.6%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#914A1F (or 0x914A1F) is known color: Saddle Brown. HEX triplet: 91, 4A and 1F. RGB value is (145,74,31). Sum of RGB (Red+Green+Blue) = 145+74+31=250 (33% of max value = 765). Red value is 145 (57.03% from 255 or 58% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 145 - color contains mainly: red. Hex color #914A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914A1F is #6EB5E0. Grayscale: #5A5A5A. Windows color (decimal): -7255521 or 2050705. OLE color: 2050705.

HSL color Cylindrical-coordinate representation of color #914A1F: hue angle of 22.63º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #914A1F is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 74 31 -
CMYK 0 0.49 0.79 0.43
HSL 22.63º 0.65% 0.35% -
HSV(B) 22.63º 0.79% 0.57% -
XYZ 14.37 11.02 2.67 -
YUV 90.33 94.52 167 -
System Red Green Blue C M Y K H S L
Decimal 145 74 31 0 0.49 0.79 0.43 22.63 0.65 0.35
Hex 91 4A 1F 0 31 4F 2B 17 41 23
Octal 221 112 37 0 61 117 53 27 101 43
Binary 10010001 1001010 11111 0 110001 1001111 101011 10111 1000001 100011

Color Harmonies of #914A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914A1F

Black with #914A1F

Text Example


Text Example

White with #914A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,74,31); }

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

background-color css

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

 a { background-color: rgb(145,74,31); }

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

border-color css

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

 span { border-color: rgb(145,74,31); }

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