Html Css Color HEX #942512 Mandarian Orange

📋 copy color: '#942512'

red 148 ◦ green 37 ◦ blue 18

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

Shades of Mandarian Orange #942512

Tints of Mandarian Orange #942512

RGB

 RED value IS 148 (58.2% from 255) = 72.91%

 GREEN value IS 37 (14.84% from 255) = 18.23%

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

R = 72.91%
G = 18.23%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#942512 (or 0x942512) is known color: Mandarian Orange. HEX triplet: 94, 25 and 12. RGB value is (148,37,18). Sum of RGB (Red+Green+Blue) = 148+37+18=203 (26% of max value = 765). Red value is 148 (58.20% from 255 or 72.91% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 148 - color contains mainly: red. Hex color #942512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942512 is #6BDAED. Grayscale: #444444. Windows color (decimal): -7068398 or 1189268. OLE color: 1189268.

HSL color Cylindrical-coordinate representation of color #942512: hue angle of 8.77º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #942512 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 37 18 -
CMYK 0 0.75 0.88 0.42
HSL 8.77º 0.78% 0.33% -
HSV(B) 8.77º 0.88% 0.58% -
XYZ 12.98 7.66 1.37 -
YUV 68.02 99.77 185.04 -
System Red Green Blue C M Y K H S L
Decimal 148 37 18 0 0.75 0.88 0.42 8.77 0.78 0.33
Hex 94 25 12 0 4B 58 2A 9 4E 21
Octal 224 45 22 0 113 130 52 11 116 41
Binary 10010100 100101 10010 0 1001011 1011000 101010 1001 1001110 100001

Color Harmonies of #942512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942512

Black with #942512

Text Example


Text Example

White with #942512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942512; }

 p { color: rgb(148,37,18); }

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

background-color css

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

 a { background-color: rgb(148,37,18); }

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

border-color css

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

 span { border-color: rgb(148,37,18); }

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