Html Css Color HEX #955013 Saddle Brown

📋 copy color: '#955013'

red 149 ◦ green 80 ◦ blue 19

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

Shades of Saddle Brown #955013

Tints of Saddle Brown #955013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.26%

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

R = 60.08%
G = 32.26%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#955013 (or 0x955013) is known color: Saddle Brown. HEX triplet: 95, 50 and 13. RGB value is (149,80,19). Sum of RGB (Red+Green+Blue) = 149+80+19=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #955013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955013 is #6AAFEC. Grayscale: #5D5D5D. Windows color (decimal): -6991853 or 1265813. OLE color: 1265813.

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

Color convert

RGB 149 80 19 -
CMYK 0 0.46 0.87 0.42
HSL 28.15º 0.77% 0.33% -
HSV(B) 28.15º 0.87% 0.58% -
XYZ 15.38 12.17 2.16 -
YUV 93.68 85.86 167.46 -
System Red Green Blue C M Y K H S L
Decimal 149 80 19 0 0.46 0.87 0.42 28.15 0.77 0.33
Hex 95 50 13 0 2E 57 2A 1C 4D 21
Octal 225 120 23 0 56 127 52 34 115 41
Binary 10010101 1010000 10011 0 101110 1010111 101010 11100 1001101 100001

Color Harmonies of #955013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955013

Black with #955013

Text Example


Text Example

White with #955013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955013; }

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

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

background-color css

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

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

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

border-color css

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

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

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