Html Css Color HEX #953A14 Saddle Brown

📋 copy color: '#953A14'

red 149 ◦ green 58 ◦ blue 20

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

Shades of Saddle Brown #953A14

Tints of Saddle Brown #953A14

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.55%

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

R = 65.64%
G = 25.55%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#953A14 (or 0x953A14) is known color: Saddle Brown. HEX triplet: 95, 3A and 14. RGB value is (149,58,20). Sum of RGB (Red+Green+Blue) = 149+58+20=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #953A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953A14 is #6AC5EB. Grayscale: #515151. Windows color (decimal): -6997484 or 1325717. OLE color: 1325717.

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

Color convert

RGB 149 58 20 -
CMYK 0 0.61 0.87 0.42
HSL 17.67º 0.76% 0.33% -
HSV(B) 17.67º 0.87% 0.58% -
XYZ 14.03 9.47 1.75 -
YUV 80.88 93.65 176.59 -
System Red Green Blue C M Y K H S L
Decimal 149 58 20 0 0.61 0.87 0.42 17.67 0.76 0.33
Hex 95 3A 14 0 3D 57 2A 12 4C 21
Octal 225 72 24 0 75 127 52 22 114 41
Binary 10010101 111010 10100 0 111101 1010111 101010 10010 1001100 100001

Color Harmonies of #953A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A14

Black with #953A14

Text Example


Text Example

White with #953A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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