Html Css Color HEX #953701 Saddle Brown

📋 copy color: '#953701'

red 149 ◦ green 55 ◦ blue 1

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

Shades of Saddle Brown #953701

Tints of Saddle Brown #953701

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.83%

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 72.68%
G = 26.83%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#953701 (or 0x953701) is known color: Saddle Brown. HEX triplet: 95, 37 and 01. RGB value is (149,55,1). Sum of RGB (Red+Green+Blue) = 149+55+1=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #953701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953701 is #6AC8FE. Grayscale: #4D4D4D. Windows color (decimal): -6998271 or 79765. OLE color: 79765.

HSL color Cylindrical-coordinate representation of color #953701: hue angle of 21.89º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #953701 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 55 1 -
CMYK 0 0.63 0.99 0.42
HSL 21.89º 0.99% 0.29% -
HSV(B) 21.89º 0.99% 0.58% -
XYZ 13.77 9.12 1.06 -
YUV 76.95 85.14 179.39 -
System Red Green Blue C M Y K H S L
Decimal 149 55 1 0 0.63 0.99 0.42 21.89 0.99 0.29
Hex 95 37 1 0 3F 63 2A 16 63 1D
Octal 225 67 1 0 77 143 52 26 143 35
Binary 10010101 110111 1 0 111111 1100011 101010 10110 1100011 11101

Color Harmonies of #953701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953701

Black with #953701

Text Example


Text Example

White with #953701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953701; }

 p { color: rgb(149,55,1); }

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

background-color css

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

 a { background-color: rgb(149,55,1); }

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

border-color css

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

 span { border-color: rgb(149,55,1); }

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