Html Css Color HEX #952012 Mandarian Orange

📋 copy color: '#952012'

red 149 ◦ green 32 ◦ blue 18

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

Shades of Mandarian Orange #952012

Tints of Mandarian Orange #952012

RGB

 RED value IS 149 (58.59% from 255) = 74.87%

 GREEN value IS 32 (12.89% from 255) = 16.08%

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

R = 74.87%
G = 16.08%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#952012 (or 0x952012) is known color: Mandarian Orange. HEX triplet: 95, 20 and 12. RGB value is (149,32,18). Sum of RGB (Red+Green+Blue) = 149+32+18=199 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.87% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 149 - color contains mainly: red. Hex color #952012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952012 is #6ADFED. Grayscale: #414141. Windows color (decimal): -7004142 or 1187989. OLE color: 1187989.

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

Color convert

RGB 149 32 18 -
CMYK 0 0.79 0.88 0.42
HSL 6.41º 0.78% 0.33% -
HSV(B) 6.41º 0.88% 0.58% -
XYZ 13.02 7.47 1.33 -
YUV 65.39 101.26 187.64 -
System Red Green Blue C M Y K H S L
Decimal 149 32 18 0 0.79 0.88 0.42 6.41 0.78 0.33
Hex 95 20 12 0 4F 58 2A 6 4E 21
Octal 225 40 22 0 117 130 52 6 116 41
Binary 10010101 100000 10010 0 1001111 1011000 101010 110 1001110 100001

Color Harmonies of #952012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952012

Black with #952012

Text Example


Text Example

White with #952012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952012; }

 p { color: rgb(149,32,18); }

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

background-color css

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

 a { background-color: rgb(149,32,18); }

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

border-color css

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

 span { border-color: rgb(149,32,18); }

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