Html Css Color HEX #953301 Saddle Brown

📋 copy color: '#953301'

red 149 ◦ green 51 ◦ blue 1

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

Shades of Saddle Brown #953301

Tints of Saddle Brown #953301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.37%

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

R = 74.13%
G = 25.37%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#953301 (or 0x953301) is known color: Saddle Brown. HEX triplet: 95, 33 and 01. RGB value is (149,51,1). Sum of RGB (Red+Green+Blue) = 149+51+1=201 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.13% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 149 - color contains mainly: red. Hex color #953301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953301 is #6ACCFE. Grayscale: #4A4A4A. Windows color (decimal): -6999295 or 78741. OLE color: 78741.

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

Color convert

RGB 149 51 1 -
CMYK 0 0.66 0.99 0.42
HSL 20.27º 0.99% 0.29% -
HSV(B) 20.27º 0.99% 0.58% -
XYZ 13.58 8.76 1 -
YUV 74.6 86.47 181.07 -
System Red Green Blue C M Y K H S L
Decimal 149 51 1 0 0.66 0.99 0.42 20.27 0.99 0.29
Hex 95 33 1 0 42 63 2A 14 63 1D
Octal 225 63 1 0 102 143 52 24 143 35
Binary 10010101 110011 1 0 1000010 1100011 101010 10100 1100011 11101

Color Harmonies of #953301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953301

Black with #953301

Text Example


Text Example

White with #953301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953301; }

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

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

background-color css

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

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

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

border-color css

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

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

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