Html Css Color HEX #953E14 Saddle Brown

📋 copy color: '#953E14'

red 149 ◦ green 62 ◦ blue 20

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

Shades of Saddle Brown #953E14

Tints of Saddle Brown #953E14

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.84%

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

R = 64.5%
G = 26.84%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#953E14 (or 0x953E14) is known color: Saddle Brown. HEX triplet: 95, 3E and 14. RGB value is (149,62,20). Sum of RGB (Red+Green+Blue) = 149+62+20=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #953E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953E14 is #6AC1EB. Grayscale: #535353. Windows color (decimal): -6996460 or 1326741. OLE color: 1326741.

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

Color convert

RGB 149 62 20 -
CMYK 0 0.58 0.87 0.42
HSL 19.53º 0.76% 0.33% -
HSV(B) 19.53º 0.87% 0.58% -
XYZ 14.24 9.89 1.82 -
YUV 83.23 92.32 174.92 -
System Red Green Blue C M Y K H S L
Decimal 149 62 20 0 0.58 0.87 0.42 19.53 0.76 0.33
Hex 95 3E 14 0 3A 57 2A 14 4C 21
Octal 225 76 24 0 72 127 52 24 114 41
Binary 10010101 111110 10100 0 111010 1010111 101010 10100 1001100 100001

Color Harmonies of #953E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E14

Black with #953E14

Text Example


Text Example

White with #953E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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