Html Css Color HEX #973D12 Saddle Brown

📋 copy color: '#973D12'

red 151 ◦ green 61 ◦ blue 18

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

Shades of Saddle Brown #973D12

Tints of Saddle Brown #973D12

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.52%

 BLUE value IS 18 (7.42% from 255) = 7.83%

R = 65.65%
G = 26.52%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#973D12 (or 0x973D12) is known color: Saddle Brown. HEX triplet: 97, 3D and 12. RGB value is (151,61,18). Sum of RGB (Red+Green+Blue) = 151+61+18=230 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.65% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 151 - color contains mainly: red. Hex color #973D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973D12 is #68C2ED. Grayscale: #535353. Windows color (decimal): -6865646 or 1195415. OLE color: 1195415.

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

Color convert

RGB 151 61 18 -
CMYK 0 0.60 0.88 0.41
HSL 19.4º 0.79% 0.33% -
HSV(B) 19.4º 0.88% 0.59% -
XYZ 14.54 9.96 1.73 -
YUV 83.01 91.32 176.5 -
System Red Green Blue C M Y K H S L
Decimal 151 61 18 0 0.60 0.88 0.41 19.4 0.79 0.33
Hex 97 3D 12 0 3C 58 29 13 4F 21
Octal 227 75 22 0 74 130 51 23 117 41
Binary 10010111 111101 10010 0 111100 1011000 101001 10011 1001111 100001

Color Harmonies of #973D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973D12

Black with #973D12

Text Example


Text Example

White with #973D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,61,18); }

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

background-color css

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

 a { background-color: rgb(151,61,18); }

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

border-color css

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

 span { border-color: rgb(151,61,18); }

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