Html Css Color HEX #973300 Saddle Brown

📋 copy color: '#973300'

red 151 ◦ green 51 ◦ blue 0

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

Shades of Saddle Brown #973300

Tints of Saddle Brown #973300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.75%
G = 25.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#973300 (or 0x973300) is known color: Saddle Brown. HEX triplet: 97, 33 and 00. RGB value is (151,51,0). Sum of RGB (Red+Green+Blue) = 151+51+0=202 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.75% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 151 - color contains mainly: red. Hex color #973300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973300 is #68CCFF. Grayscale: #4B4B4B. Windows color (decimal): -6868224 or 13207. OLE color: 13207.

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

Color convert

RGB 151 51 0 -
CMYK 0 0.66 1 0.41
HSL 20.26º 1% 0.3% -
HSV(B) 20.26º 1% 0.59% -
XYZ 13.95 8.95 0.99 -
YUV 75.09 85.63 182.15 -
System Red Green Blue C M Y K H S L
Decimal 151 51 0 0 0.66 1 0.41 20.26 1 0.3
Hex 97 33 0 0 42 64 29 14 64 1E
Octal 227 63 0 0 102 144 51 24 144 36
Binary 10010111 110011 0 0 1000010 1100100 101001 10100 1100100 11110

Color Harmonies of #973300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973300

Black with #973300

Text Example


Text Example

White with #973300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973300; }

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

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

background-color css

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

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

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

border-color css

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

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

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