Html Css Color HEX #953801 Saddle Brown

📋 copy color: '#953801'

red 149 ◦ green 56 ◦ blue 1

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

Shades of Saddle Brown #953801

Tints of Saddle Brown #953801

RGB

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

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

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

R = 72.33%
G = 27.18%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#953801 (or 0x953801) is known color: Saddle Brown. HEX triplet: 95, 38 and 01. RGB value is (149,56,1). Sum of RGB (Red+Green+Blue) = 149+56+1=206 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.33% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 149 - color contains mainly: red. Hex color #953801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953801 is #6AC7FE. Grayscale: #4D4D4D. Windows color (decimal): -6998015 or 80021. OLE color: 80021.

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

Color convert

RGB 149 56 1 -
CMYK 0 0.62 0.99 0.42
HSL 22.3º 0.99% 0.29% -
HSV(B) 22.3º 0.99% 0.58% -
XYZ 13.81 9.22 1.08 -
YUV 77.54 84.81 178.97 -
System Red Green Blue C M Y K H S L
Decimal 149 56 1 0 0.62 0.99 0.42 22.3 0.99 0.29
Hex 95 38 1 0 3E 63 2A 16 63 1D
Octal 225 70 1 0 76 143 52 26 143 35
Binary 10010101 111000 1 0 111110 1100011 101010 10110 1100011 11101

Color Harmonies of #953801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953801

Black with #953801

Text Example


Text Example

White with #953801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953801; }

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

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

background-color css

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

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

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

border-color css

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

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

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