Html Css Color HEX #972712 Mandarian Orange

📋 copy color: '#972712'

red 151 ◦ green 39 ◦ blue 18

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

Shades of Mandarian Orange #972712

Tints of Mandarian Orange #972712

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.75%

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

R = 72.6%
G = 18.75%
B = 8.65%

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

#972712 (or 0x972712) is known color: Mandarian Orange. HEX triplet: 97, 27 and 12. RGB value is (151,39,18). Sum of RGB (Red+Green+Blue) = 151+39+18=208 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.60% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 151 - color contains mainly: red. Hex color #972712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972712 is #68D8ED. Grayscale: #464646. Windows color (decimal): -6871278 or 1189783. OLE color: 1189783.

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

Color convert

RGB 151 39 18 -
CMYK 0 0.74 0.88 0.41
HSL 9.47º 0.79% 0.33% -
HSV(B) 9.47º 0.88% 0.59% -
XYZ 13.6 8.07 1.41 -
YUV 70.09 98.61 185.71 -
System Red Green Blue C M Y K H S L
Decimal 151 39 18 0 0.74 0.88 0.41 9.47 0.79 0.33
Hex 97 27 12 0 4A 58 29 9 4F 21
Octal 227 47 22 0 112 130 51 11 117 41
Binary 10010111 100111 10010 0 1001010 1011000 101001 1001 1001111 100001

Color Harmonies of #972712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972712

Black with #972712

Text Example


Text Example

White with #972712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972712; }

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

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

background-color css

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

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

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

border-color css

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

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

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