Html Css Color HEX #942612 Mandarian Orange

📋 copy color: '#942612'

red 148 ◦ green 38 ◦ blue 18

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

Shades of Mandarian Orange #942612

Tints of Mandarian Orange #942612

RGB

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

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

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

R = 72.55%
G = 18.63%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#942612 (or 0x942612) is known color: Mandarian Orange. HEX triplet: 94, 26 and 12. RGB value is (148,38,18). Sum of RGB (Red+Green+Blue) = 148+38+18=204 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.55% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 148 - color contains mainly: red. Hex color #942612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942612 is #6BD9ED. Grayscale: #444444. Windows color (decimal): -7068142 or 1189524. OLE color: 1189524.

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

Color convert

RGB 148 38 18 -
CMYK 0 0.74 0.88 0.42
HSL 9.23º 0.78% 0.33% -
HSV(B) 9.23º 0.88% 0.58% -
XYZ 13.02 7.73 1.38 -
YUV 68.61 99.44 184.63 -
System Red Green Blue C M Y K H S L
Decimal 148 38 18 0 0.74 0.88 0.42 9.23 0.78 0.33
Hex 94 26 12 0 4A 58 2A 9 4E 21
Octal 224 46 22 0 112 130 52 11 116 41
Binary 10010100 100110 10010 0 1001010 1011000 101010 1001 1001110 100001

Color Harmonies of #942612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942612

Black with #942612

Text Example


Text Example

White with #942612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942612; }

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

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

background-color css

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

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

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

border-color css

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

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

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