Html Css Color HEX #973F0F Saddle Brown

📋 copy color: '#973F0F'

red 151 ◦ green 63 ◦ blue 15

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

Shades of Saddle Brown #973F0F

Tints of Saddle Brown #973F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.55%

R = 65.94%
G = 27.51%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#973F0F (or 0x973F0F) is known color: Saddle Brown. HEX triplet: 97, 3F and 0F. RGB value is (151,63,15). Sum of RGB (Red+Green+Blue) = 151+63+15=229 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.94% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 151 - color contains mainly: red. Hex color #973F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973F0F is #68C0F0. Grayscale: #545454. Windows color (decimal): -6865137 or 999319. OLE color: 999319.

HSL color Cylindrical-coordinate representation of color #973F0F: hue angle of 21.18º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #973F0F is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 63 15 -
CMYK 0 0.58 0.90 0.41
HSL 21.18º 0.82% 0.33% -
HSV(B) 21.18º 0.9% 0.59% -
XYZ 14.63 10.17 1.64 -
YUV 83.84 89.15 175.9 -
System Red Green Blue C M Y K H S L
Decimal 151 63 15 0 0.58 0.90 0.41 21.18 0.82 0.33
Hex 97 3F F 0 3A 5A 29 15 52 21
Octal 227 77 17 0 72 132 51 25 122 41
Binary 10010111 111111 1111 0 111010 1011010 101001 10101 1010010 100001

Color Harmonies of #973F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973F0F

Black with #973F0F

Text Example


Text Example

White with #973F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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