Html Css Color HEX #972C22 Mandarian Orange

📋 copy color: '#972C22'

red 151 ◦ green 44 ◦ blue 34

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

Shades of Mandarian Orange #972C22

Tints of Mandarian Orange #972C22

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.21%

 BLUE value IS 34 (13.67% from 255) = 14.85%

R = 65.94%
G = 19.21%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#972C22 (or 0x972C22) is known color: Mandarian Orange. HEX triplet: 97, 2C and 22. RGB value is (151,44,34). Sum of RGB (Red+Green+Blue) = 151+44+34=229 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.94% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 34 (13.67% from 255 or 14.85% from 229); Max value from RGB is 151 - color contains mainly: red. Hex color #972C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972C22 is #68D3DD. Grayscale: #4A4A4A. Windows color (decimal): -6869982 or 2239639. OLE color: 2239639.

HSL color Cylindrical-coordinate representation of color #972C22: hue angle of 5.13º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #972C22 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 44 34 -
CMYK 0 0.71 0.77 0.41
HSL 5.13º 0.63% 0.36% -
HSV(B) 5.13º 0.77% 0.59% -
XYZ 13.95 8.5 2.42 -
YUV 74.85 104.95 182.31 -
System Red Green Blue C M Y K H S L
Decimal 151 44 34 0 0.71 0.77 0.41 5.13 0.63 0.36
Hex 97 2C 22 0 47 4D 29 5 3F 24
Octal 227 54 42 0 107 115 51 5 77 44
Binary 10010111 101100 100010 0 1000111 1001101 101001 101 111111 100100

Color Harmonies of #972C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972C22

Black with #972C22

Text Example


Text Example

White with #972C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,44,34); }

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

background-color css

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

 a { background-color: rgb(151,44,34); }

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

border-color css

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

 span { border-color: rgb(151,44,34); }

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