Html Css Color HEX #953914 Saddle Brown

📋 copy color: '#953914'

red 149 ◦ green 57 ◦ blue 20

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

Shades of Saddle Brown #953914

Tints of Saddle Brown #953914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.22%

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

R = 65.93%
G = 25.22%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#953914 (or 0x953914) is known color: Saddle Brown. HEX triplet: 95, 39 and 14. RGB value is (149,57,20). Sum of RGB (Red+Green+Blue) = 149+57+20=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #953914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953914 is #6AC6EB. Grayscale: #505050. Windows color (decimal): -6997740 or 1325461. OLE color: 1325461.

HSL color Cylindrical-coordinate representation of color #953914: hue angle of 17.21º 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 #953914 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 57 20 -
CMYK 0 0.62 0.87 0.42
HSL 17.21º 0.76% 0.33% -
HSV(B) 17.21º 0.87% 0.58% -
XYZ 13.98 9.37 1.73 -
YUV 80.29 93.98 177.01 -
System Red Green Blue C M Y K H S L
Decimal 149 57 20 0 0.62 0.87 0.42 17.21 0.76 0.33
Hex 95 39 14 0 3E 57 2A 11 4C 21
Octal 225 71 24 0 76 127 52 21 114 41
Binary 10010101 111001 10100 0 111110 1010111 101010 10001 1001100 100001

Color Harmonies of #953914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953914

Black with #953914

Text Example


Text Example

White with #953914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953914; }

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

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

background-color css

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

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

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

border-color css

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

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

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