Html Css Color HEX #953901 Saddle Brown

📋 copy color: '#953901'

red 149 ◦ green 57 ◦ blue 1

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

Shades of Saddle Brown #953901

Tints of Saddle Brown #953901

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.54%

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

R = 71.98%
G = 27.54%
B = 0.48%

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

#953901 (or 0x953901) is known color: Saddle Brown. HEX triplet: 95, 39 and 01. RGB value is (149,57,1). Sum of RGB (Red+Green+Blue) = 149+57+1=207 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.98% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 149 - color contains mainly: red. Hex color #953901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953901 is #6AC6FE. Grayscale: #4E4E4E. Windows color (decimal): -6997759 or 80277. OLE color: 80277.

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

Color convert

RGB 149 57 1 -
CMYK 0 0.62 0.99 0.42
HSL 22.7º 0.99% 0.29% -
HSV(B) 22.7º 0.99% 0.58% -
XYZ 13.86 9.32 1.1 -
YUV 78.12 84.48 178.55 -
System Red Green Blue C M Y K H S L
Decimal 149 57 1 0 0.62 0.99 0.42 22.7 0.99 0.29
Hex 95 39 1 0 3E 63 2A 17 63 1D
Octal 225 71 1 0 76 143 52 27 143 35
Binary 10010101 111001 1 0 111110 1100011 101010 10111 1100011 11101

Color Harmonies of #953901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953901

Black with #953901

Text Example


Text Example

White with #953901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953901; }

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

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

background-color css

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

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

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

border-color css

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

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

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