Html Css Color HEX #972820 Mandarian Orange

📋 copy color: '#972820'

red 151 ◦ green 40 ◦ blue 32

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

Shades of Mandarian Orange #972820

Tints of Mandarian Orange #972820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.35%

R = 67.71%
G = 17.94%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#972820 (or 0x972820) is known color: Mandarian Orange. HEX triplet: 97, 28 and 20. RGB value is (151,40,32). Sum of RGB (Red+Green+Blue) = 151+40+32=223 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.71% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 151 - color contains mainly: red. Hex color #972820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972820 is #68D7DF. Grayscale: #484848. Windows color (decimal): -6871008 or 2107543. OLE color: 2107543.

HSL color Cylindrical-coordinate representation of color #972820: hue angle of 4.03º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972820 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 40 32 -
CMYK 0 0.74 0.79 0.41
HSL 4.03º 0.65% 0.36% -
HSV(B) 4.03º 0.79% 0.59% -
XYZ 13.78 8.2 2.22 -
YUV 72.28 105.27 184.15 -
System Red Green Blue C M Y K H S L
Decimal 151 40 32 0 0.74 0.79 0.41 4.03 0.65 0.36
Hex 97 28 20 0 4A 4F 29 4 41 24
Octal 227 50 40 0 112 117 51 4 101 44
Binary 10010111 101000 100000 0 1001010 1001111 101001 100 1000001 100100

Color Harmonies of #972820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972820

Black with #972820

Text Example


Text Example

White with #972820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972820; }

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

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

background-color css

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

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

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

border-color css

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

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

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