Html Css Color HEX #954013 Saddle Brown

📋 copy color: '#954013'

red 149 ◦ green 64 ◦ blue 19

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

Shades of Saddle Brown #954013

Tints of Saddle Brown #954013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.59%

 BLUE value IS 19 (7.81% from 255) = 8.19%

R = 64.22%
G = 27.59%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#954013 (or 0x954013) is known color: Saddle Brown. HEX triplet: 95, 40 and 13. RGB value is (149,64,19). Sum of RGB (Red+Green+Blue) = 149+64+19=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #954013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954013 is #6ABFEC. Grayscale: #545454. Windows color (decimal): -6995949 or 1261717. OLE color: 1261717.

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

Color convert

RGB 149 64 19 -
CMYK 0 0.57 0.87 0.42
HSL 20.77º 0.77% 0.33% -
HSV(B) 20.77º 0.87% 0.58% -
XYZ 14.35 10.1 1.81 -
YUV 84.29 91.16 174.16 -
System Red Green Blue C M Y K H S L
Decimal 149 64 19 0 0.57 0.87 0.42 20.77 0.77 0.33
Hex 95 40 13 0 39 57 2A 15 4D 21
Octal 225 100 23 0 71 127 52 25 115 41
Binary 10010101 1000000 10011 0 111001 1010111 101010 10101 1001101 100001

Color Harmonies of #954013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954013

Black with #954013

Text Example


Text Example

White with #954013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954013; }

 p { color: rgb(149,64,19); }

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

background-color css

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

 a { background-color: rgb(149,64,19); }

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

border-color css

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

 span { border-color: rgb(149,64,19); }

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