Html Css Color HEX #954114 Saddle Brown

📋 copy color: '#954114'

red 149 ◦ green 65 ◦ blue 20

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

Shades of Saddle Brown #954114

Tints of Saddle Brown #954114

RGB

 RED value IS 149 (58.59% from 255) = 63.68%

 GREEN value IS 65 (25.78% from 255) = 27.78%

 BLUE value IS 20 (8.2% from 255) = 8.55%

R = 63.68%
G = 27.78%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#954114 (or 0x954114) is known color: Saddle Brown. HEX triplet: 95, 41 and 14. RGB value is (149,65,20). Sum of RGB (Red+Green+Blue) = 149+65+20=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #954114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954114 is #6ABEEB. Grayscale: #555555. Windows color (decimal): -6995692 or 1327509. OLE color: 1327509.

HSL color Cylindrical-coordinate representation of color #954114: hue angle of 20.93º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #954114 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 65 20 -
CMYK 0 0.56 0.87 0.42
HSL 20.93º 0.76% 0.33% -
HSV(B) 20.93º 0.87% 0.58% -
XYZ 14.41 10.22 1.88 -
YUV 84.99 91.33 173.66 -
System Red Green Blue C M Y K H S L
Decimal 149 65 20 0 0.56 0.87 0.42 20.93 0.76 0.33
Hex 95 41 14 0 38 57 2A 15 4C 21
Octal 225 101 24 0 70 127 52 25 114 41
Binary 10010101 1000001 10100 0 111000 1010111 101010 10101 1001100 100001

Color Harmonies of #954114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954114

Black with #954114

Text Example


Text Example

White with #954114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954114; }

 p { color: rgb(149,65,20); }

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

background-color css

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

 a { background-color: rgb(149,65,20); }

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

border-color css

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

 span { border-color: rgb(149,65,20); }

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