Html Css Color HEX #972A1E Mandarian Orange

📋 copy color: '#972A1E'

red 151 ◦ green 42 ◦ blue 30

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

Shades of Mandarian Orange #972A1E

Tints of Mandarian Orange #972A1E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.83%

 BLUE value IS 30 (12.11% from 255) = 13.45%

R = 67.71%
G = 18.83%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#972A1E (or 0x972A1E) is known color: Mandarian Orange. HEX triplet: 97, 2A and 1E. RGB value is (151,42,30). Sum of RGB (Red+Green+Blue) = 151+42+30=223 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.71% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 151 - color contains mainly: red. Hex color #972A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972A1E is #68D5E1. Grayscale: #494949. Windows color (decimal): -6870498 or 1976983. OLE color: 1976983.

HSL color Cylindrical-coordinate representation of color #972A1E: hue angle of 5.95º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #972A1E is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 42 30 -
CMYK 0 0.72 0.80 0.41
HSL 5.95º 0.67% 0.35% -
HSV(B) 5.95º 0.8% 0.59% -
XYZ 13.82 8.33 2.11 -
YUV 73.22 103.61 183.48 -
System Red Green Blue C M Y K H S L
Decimal 151 42 30 0 0.72 0.80 0.41 5.95 0.67 0.35
Hex 97 2A 1E 0 48 50 29 6 43 23
Octal 227 52 36 0 110 120 51 6 103 43
Binary 10010111 101010 11110 0 1001000 1010000 101001 110 1000011 100011

Color Harmonies of #972A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972A1E

Black with #972A1E

Text Example


Text Example

White with #972A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972A1E; }

 p { color: rgb(151,42,30); }

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

background-color css

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

 a { background-color: rgb(151,42,30); }

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

border-color css

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

 span { border-color: rgb(151,42,30); }

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