Html Css Color HEX #952A1A Mandarian Orange

📋 copy color: '#952A1A'

red 149 ◦ green 42 ◦ blue 26

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

Shades of Mandarian Orange #952A1A

Tints of Mandarian Orange #952A1A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.35%

 BLUE value IS 26 (10.55% from 255) = 11.98%

R = 68.66%
G = 19.35%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#952A1A (or 0x952A1A) is known color: Mandarian Orange. HEX triplet: 95, 2A and 1A. RGB value is (149,42,26). Sum of RGB (Red+Green+Blue) = 149+42+26=217 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.66% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 149 - color contains mainly: red. Hex color #952A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952A1A is #6AD5E5. Grayscale: #484848. Windows color (decimal): -7001574 or 1714837. OLE color: 1714837.

HSL color Cylindrical-coordinate representation of color #952A1A: hue angle of 7.8º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #952A1A is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 42 26 -
CMYK 0 0.72 0.83 0.42
HSL 7.8º 0.7% 0.34% -
HSV(B) 7.8º 0.83% 0.58% -
XYZ 13.41 8.12 1.84 -
YUV 72.17 101.95 182.8 -
System Red Green Blue C M Y K H S L
Decimal 149 42 26 0 0.72 0.83 0.42 7.8 0.7 0.34
Hex 95 2A 1A 0 48 53 2A 8 46 22
Octal 225 52 32 0 110 123 52 10 106 42
Binary 10010101 101010 11010 0 1001000 1010011 101010 1000 1000110 100010

Color Harmonies of #952A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952A1A

Black with #952A1A

Text Example


Text Example

White with #952A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952A1A; }

 p { color: rgb(149,42,26); }

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

background-color css

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

 a { background-color: rgb(149,42,26); }

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

border-color css

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

 span { border-color: rgb(149,42,26); }

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