Html Css Color HEX #973007 Saddle Brown

📋 copy color: '#973007'

red 151 ◦ green 48 ◦ blue 7

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

Shades of Saddle Brown #973007

Tints of Saddle Brown #973007

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.3%

 BLUE value IS 7 (3.13% from 255) = 3.4%

R = 73.3%
G = 23.3%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#973007 (or 0x973007) is known color: Saddle Brown. HEX triplet: 97, 30 and 07. RGB value is (151,48,7). Sum of RGB (Red+Green+Blue) = 151+48+7=206 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.30% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 151 - color contains mainly: red. Hex color #973007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973007 is #68CFF8. Grayscale: #4A4A4A. Windows color (decimal): -6868985 or 471191. OLE color: 471191.

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

Color convert

RGB 151 48 7 -
CMYK 0 0.68 0.95 0.41
HSL 17.08º 0.91% 0.31% -
HSV(B) 17.08º 0.95% 0.59% -
XYZ 13.86 8.71 1.15 -
YUV 74.12 90.12 182.83 -
System Red Green Blue C M Y K H S L
Decimal 151 48 7 0 0.68 0.95 0.41 17.08 0.91 0.31
Hex 97 30 7 0 44 5F 29 11 5B 1F
Octal 227 60 7 0 104 137 51 21 133 37
Binary 10010111 110000 111 0 1000100 1011111 101001 10001 1011011 11111

Color Harmonies of #973007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973007

Black with #973007

Text Example


Text Example

White with #973007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973007; }

 p { color: rgb(151,48,7); }

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

background-color css

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

 a { background-color: rgb(151,48,7); }

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

border-color css

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

 span { border-color: rgb(151,48,7); }

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