Html Css Color HEX #953813 Saddle Brown

📋 copy color: '#953813'

red 149 ◦ green 56 ◦ blue 19

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

Shades of Saddle Brown #953813

Tints of Saddle Brown #953813

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25%

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

R = 66.52%
G = 25%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#953813 (or 0x953813) is known color: Saddle Brown. HEX triplet: 95, 38 and 13. RGB value is (149,56,19). Sum of RGB (Red+Green+Blue) = 149+56+19=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #953813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953813 is #6AC7EC. Grayscale: #4F4F4F. Windows color (decimal): -6997997 or 1259669. OLE color: 1259669.

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

Color convert

RGB 149 56 19 -
CMYK 0 0.62 0.87 0.42
HSL 17.08º 0.77% 0.33% -
HSV(B) 17.08º 0.87% 0.58% -
XYZ 13.93 9.26 1.67 -
YUV 79.59 93.81 177.51 -
System Red Green Blue C M Y K H S L
Decimal 149 56 19 0 0.62 0.87 0.42 17.08 0.77 0.33
Hex 95 38 13 0 3E 57 2A 11 4D 21
Octal 225 70 23 0 76 127 52 21 115 41
Binary 10010101 111000 10011 0 111110 1010111 101010 10001 1001101 100001

Color Harmonies of #953813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953813

Black with #953813

Text Example


Text Example

White with #953813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953813; }

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

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

background-color css

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

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

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

border-color css

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

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

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