Html Css Color HEX #972612 Mandarian Orange

📋 copy color: '#972612'

red 151 ◦ green 38 ◦ blue 18

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

Shades of Mandarian Orange #972612

Tints of Mandarian Orange #972612

RGB

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

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

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

R = 72.95%
G = 18.36%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#972612 (or 0x972612) is known color: Mandarian Orange. HEX triplet: 97, 26 and 12. RGB value is (151,38,18). Sum of RGB (Red+Green+Blue) = 151+38+18=207 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.95% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 151 - color contains mainly: red. Hex color #972612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972612 is #68D9ED. Grayscale: #454545. Windows color (decimal): -6871534 or 1189527. OLE color: 1189527.

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

Color convert

RGB 151 38 18 -
CMYK 0 0.75 0.88 0.41
HSL 9.02º 0.79% 0.33% -
HSV(B) 9.02º 0.88% 0.59% -
XYZ 13.56 8.01 1.4 -
YUV 69.51 98.94 186.13 -
System Red Green Blue C M Y K H S L
Decimal 151 38 18 0 0.75 0.88 0.41 9.02 0.79 0.33
Hex 97 26 12 0 4B 58 29 9 4F 21
Octal 227 46 22 0 113 130 51 11 117 41
Binary 10010111 100110 10010 0 1001011 1011000 101001 1001 1001111 100001

Color Harmonies of #972612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972612

Black with #972612

Text Example


Text Example

White with #972612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972612; }

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

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

background-color css

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

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

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

border-color css

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

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

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