Html Css Color HEX #972620 Mandarian Orange

📋 copy color: '#972620'

red 151 ◦ green 38 ◦ blue 32

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

Shades of Mandarian Orange #972620

Tints of Mandarian Orange #972620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.19%

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

R = 68.33%
G = 17.19%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#972620 (or 0x972620) is known color: Mandarian Orange. HEX triplet: 97, 26 and 20. RGB value is (151,38,32). Sum of RGB (Red+Green+Blue) = 151+38+32=221 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.33% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 151 - color contains mainly: red. Hex color #972620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972620 is #68D9DF. Grayscale: #474747. Windows color (decimal): -6871520 or 2107031. OLE color: 2107031.

HSL color Cylindrical-coordinate representation of color #972620: hue angle of 3.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 #972620 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 38 32 -
CMYK 0 0.75 0.79 0.41
HSL 3.03º 0.65% 0.36% -
HSV(B) 3.03º 0.79% 0.59% -
XYZ 13.72 8.07 2.2 -
YUV 71.1 105.94 184.99 -
System Red Green Blue C M Y K H S L
Decimal 151 38 32 0 0.75 0.79 0.41 3.03 0.65 0.36
Hex 97 26 20 0 4B 4F 29 3 41 24
Octal 227 46 40 0 113 117 51 3 101 44
Binary 10010111 100110 100000 0 1001011 1001111 101001 11 1000001 100100

Color Harmonies of #972620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972620

Black with #972620

Text Example


Text Example

White with #972620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972620; }

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

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

background-color css

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

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

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

border-color css

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

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

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