Html Css Color HEX #973302 Saddle Brown

📋 copy color: '#973302'

red 151 ◦ green 51 ◦ blue 2

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

Shades of Saddle Brown #973302

Tints of Saddle Brown #973302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.98%

R = 74.02%
G = 25%
B = 0.98%

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

#973302 (or 0x973302) is known color: Saddle Brown. HEX triplet: 97, 33 and 02. RGB value is (151,51,2). Sum of RGB (Red+Green+Blue) = 151+51+2=204 (27% of max value = 765). Red value is 151 (59.38% from 255 or 74.02% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 151 - color contains mainly: red. Hex color #973302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973302 is #68CCFD. Grayscale: #4B4B4B. Windows color (decimal): -6868222 or 144279. OLE color: 144279.

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

Color convert

RGB 151 51 2 -
CMYK 0 0.66 0.99 0.41
HSL 19.73º 0.97% 0.3% -
HSV(B) 19.73º 0.99% 0.59% -
XYZ 13.96 8.95 1.05 -
YUV 75.31 86.63 181.98 -
System Red Green Blue C M Y K H S L
Decimal 151 51 2 0 0.66 0.99 0.41 19.73 0.97 0.3
Hex 97 33 2 0 42 63 29 14 61 1E
Octal 227 63 2 0 102 143 51 24 141 36
Binary 10010111 110011 10 0 1000010 1100011 101001 10100 1100001 11110

Color Harmonies of #973302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973302

Black with #973302

Text Example


Text Example

White with #973302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973302; }

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

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

background-color css

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

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

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

border-color css

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

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

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