Html Css Color HEX #973F0A Saddle Brown

📋 copy color: '#973F0A'

red 151 ◦ green 63 ◦ blue 10

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

Shades of Saddle Brown #973F0A

Tints of Saddle Brown #973F0A

RGB

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

 GREEN value IS 63 (25% from 255) = 28.13%

 BLUE value IS 10 (4.3% from 255) = 4.46%

R = 67.41%
G = 28.13%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#973F0A (or 0x973F0A) is known color: Saddle Brown. HEX triplet: 97, 3F and 0A. RGB value is (151,63,10). Sum of RGB (Red+Green+Blue) = 151+63+10=224 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.41% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 151 - color contains mainly: red. Hex color #973F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973F0A is #68C0F5. Grayscale: #535353. Windows color (decimal): -6865142 or 671639. OLE color: 671639.

HSL color Cylindrical-coordinate representation of color #973F0A: hue angle of 22.55º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #973F0A is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 63 10 -
CMYK 0 0.58 0.93 0.41
HSL 22.55º 0.88% 0.32% -
HSV(B) 22.55º 0.93% 0.59% -
XYZ 14.59 10.16 1.48 -
YUV 83.27 86.65 176.31 -
System Red Green Blue C M Y K H S L
Decimal 151 63 10 0 0.58 0.93 0.41 22.55 0.88 0.32
Hex 97 3F A 0 3A 5D 29 17 58 20
Octal 227 77 12 0 72 135 51 27 130 40
Binary 10010111 111111 1010 0 111010 1011101 101001 10111 1011000 100000

Color Harmonies of #973F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973F0A

Black with #973F0A

Text Example


Text Example

White with #973F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973F0A; }

 p { color: rgb(151,63,10); }

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

background-color css

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

 a { background-color: rgb(151,63,10); }

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

border-color css

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

 span { border-color: rgb(151,63,10); }

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