Html Css Color HEX #972812 Mandarian Orange

📋 copy color: '#972812'

red 151 ◦ green 40 ◦ blue 18

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

Shades of Mandarian Orange #972812

Tints of Mandarian Orange #972812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.14%

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

R = 72.25%
G = 19.14%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#972812 (or 0x972812) is known color: Mandarian Orange. HEX triplet: 97, 28 and 12. RGB value is (151,40,18). Sum of RGB (Red+Green+Blue) = 151+40+18=209 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.25% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 151 - color contains mainly: red. Hex color #972812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972812 is #68D7ED. Grayscale: #464646. Windows color (decimal): -6871022 or 1190039. OLE color: 1190039.

HSL color Cylindrical-coordinate representation of color #972812: hue angle of 9.92º 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 #972812 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 40 18 -
CMYK 0 0.74 0.88 0.41
HSL 9.92º 0.79% 0.33% -
HSV(B) 9.92º 0.88% 0.59% -
XYZ 13.63 8.14 1.43 -
YUV 70.68 98.27 185.29 -
System Red Green Blue C M Y K H S L
Decimal 151 40 18 0 0.74 0.88 0.41 9.92 0.79 0.33
Hex 97 28 12 0 4A 58 29 A 4F 21
Octal 227 50 22 0 112 130 51 12 117 41
Binary 10010111 101000 10010 0 1001010 1011000 101001 1010 1001111 100001

Color Harmonies of #972812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972812

Black with #972812

Text Example


Text Example

White with #972812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972812; }

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

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

background-color css

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

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

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

border-color css

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

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

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