Html Css Color HEX #953714 Saddle Brown

📋 copy color: '#953714'

red 149 ◦ green 55 ◦ blue 20

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

Shades of Saddle Brown #953714

Tints of Saddle Brown #953714

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.55%

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

R = 66.52%
G = 24.55%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#953714 (or 0x953714) is known color: Saddle Brown. HEX triplet: 95, 37 and 14. RGB value is (149,55,20). Sum of RGB (Red+Green+Blue) = 149+55+20=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #953714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953714 is #6AC8EB. Grayscale: #4F4F4F. Windows color (decimal): -6998252 or 1324949. OLE color: 1324949.

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

Color convert

RGB 149 55 20 -
CMYK 0 0.63 0.87 0.42
HSL 16.28º 0.76% 0.33% -
HSV(B) 16.28º 0.87% 0.58% -
XYZ 13.89 9.17 1.7 -
YUV 79.12 94.64 177.85 -
System Red Green Blue C M Y K H S L
Decimal 149 55 20 0 0.63 0.87 0.42 16.28 0.76 0.33
Hex 95 37 14 0 3F 57 2A 10 4C 21
Octal 225 67 24 0 77 127 52 20 114 41
Binary 10010101 110111 10100 0 111111 1010111 101010 10000 1001100 100001

Color Harmonies of #953714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953714

Black with #953714

Text Example


Text Example

White with #953714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953714; }

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

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

background-color css

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

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

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

border-color css

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

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

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