Html Css Color HEX #973301 Saddle Brown

📋 copy color: '#973301'

red 151 ◦ green 51 ◦ blue 1

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

Shades of Saddle Brown #973301

Tints of Saddle Brown #973301

RGB

 RED value IS 151 (59.38% from 255) = 74.38%

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

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

R = 74.38%
G = 25.12%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#973301 (or 0x973301) is known color: Saddle Brown. HEX triplet: 97, 33 and 01. RGB value is (151,51,1). Sum of RGB (Red+Green+Blue) = 151+51+1=203 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.38% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 151 - color contains mainly: red. Hex color #973301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973301 is #68CCFE. Grayscale: #4B4B4B. Windows color (decimal): -6868223 or 78743. OLE color: 78743.

HSL color Cylindrical-coordinate representation of color #973301: hue angle of 20º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #973301 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 51 1 -
CMYK 0 0.66 0.99 0.41
HSL 20º 0.99% 0.3% -
HSV(B) 20º 0.99% 0.59% -
XYZ 13.95 8.95 1.02 -
YUV 75.2 86.13 182.07 -
System Red Green Blue C M Y K H S L
Decimal 151 51 1 0 0.66 0.99 0.41 20 0.99 0.3
Hex 97 33 1 0 42 63 29 14 63 1E
Octal 227 63 1 0 102 143 51 24 143 36
Binary 10010111 110011 1 0 1000010 1100011 101001 10100 1100011 11110

Color Harmonies of #973301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973301

Black with #973301

Text Example


Text Example

White with #973301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973301; }

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

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

background-color css

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

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

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

border-color css

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

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

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