Html Css Color HEX #973305 Saddle Brown

📋 copy color: '#973305'

red 151 ◦ green 51 ◦ blue 5

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

Shades of Saddle Brown #973305

Tints of Saddle Brown #973305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.42%

R = 72.95%
G = 24.64%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#973305 (or 0x973305) is known color: Saddle Brown. HEX triplet: 97, 33 and 05. RGB value is (151,51,5). Sum of RGB (Red+Green+Blue) = 151+51+5=207 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.95% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 5 (2.34% from 255 or 2.42% from 207); Max value from RGB is 151 - color contains mainly: red. Hex color #973305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973305 is #68CCFA. Grayscale: #4B4B4B. Windows color (decimal): -6868219 or 340887. OLE color: 340887.

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

Color convert

RGB 151 51 5 -
CMYK 0 0.66 0.97 0.41
HSL 18.9º 0.94% 0.31% -
HSV(B) 18.9º 0.97% 0.59% -
XYZ 13.97 8.96 1.14 -
YUV 75.66 88.13 181.74 -
System Red Green Blue C M Y K H S L
Decimal 151 51 5 0 0.66 0.97 0.41 18.9 0.94 0.31
Hex 97 33 5 0 42 61 29 13 5E 1F
Octal 227 63 5 0 102 141 51 23 136 37
Binary 10010111 110011 101 0 1000010 1100001 101001 10011 1011110 11111

Color Harmonies of #973305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973305

Black with #973305

Text Example


Text Example

White with #973305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973305; }

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

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

background-color css

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

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

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

border-color css

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

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

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