Html Css Color HEX #972514 Mandarian Orange

📋 copy color: '#972514'

red 151 ◦ green 37 ◦ blue 20

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

Shades of Mandarian Orange #972514

Tints of Mandarian Orange #972514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.79%

 BLUE value IS 20 (8.2% from 255) = 9.62%

R = 72.6%
G = 17.79%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#972514 (or 0x972514) is known color: Mandarian Orange. HEX triplet: 97, 25 and 14. RGB value is (151,37,20). Sum of RGB (Red+Green+Blue) = 151+37+20=208 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.60% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 20 (8.20% from 255 or 9.62% from 208); Max value from RGB is 151 - color contains mainly: red. Hex color #972514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972514 is #68DAEB. Grayscale: #454545. Windows color (decimal): -6871788 or 1320343. OLE color: 1320343.

HSL color Cylindrical-coordinate representation of color #972514: hue angle of 7.79º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #972514 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 37 20 -
CMYK 0 0.75 0.87 0.41
HSL 7.79º 0.77% 0.34% -
HSV(B) 7.79º 0.87% 0.59% -
XYZ 13.55 7.95 1.48 -
YUV 69.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 151 37 20 0 0.75 0.87 0.41 7.79 0.77 0.34
Hex 97 25 14 0 4B 57 29 8 4D 22
Octal 227 45 24 0 113 127 51 10 115 42
Binary 10010111 100101 10100 0 1001011 1010111 101001 1000 1001101 100010

Color Harmonies of #972514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972514

Black with #972514

Text Example


Text Example

White with #972514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972514; }

 p { color: rgb(151,37,20); }

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

background-color css

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

 a { background-color: rgb(151,37,20); }

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

border-color css

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

 span { border-color: rgb(151,37,20); }

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