Html Css Color HEX #952820 Mandarian Orange

📋 copy color: '#952820'

red 149 ◦ green 40 ◦ blue 32

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

Shades of Mandarian Orange #952820

Tints of Mandarian Orange #952820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.1%

 BLUE value IS 32 (12.89% from 255) = 14.48%

R = 67.42%
G = 18.1%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#952820 (or 0x952820) is known color: Mandarian Orange. HEX triplet: 95, 28 and 20. RGB value is (149,40,32). Sum of RGB (Red+Green+Blue) = 149+40+32=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #952820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952820 is #6AD7DF. Grayscale: #474747. Windows color (decimal): -7002080 or 2107541. OLE color: 2107541.

HSL color Cylindrical-coordinate representation of color #952820: hue angle of 4.1º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952820 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 40 32 -
CMYK 0 0.73 0.79 0.42
HSL 4.1º 0.65% 0.35% -
HSV(B) 4.1º 0.79% 0.58% -
XYZ 13.41 8.01 2.21 -
YUV 71.68 105.61 183.15 -
System Red Green Blue C M Y K H S L
Decimal 149 40 32 0 0.73 0.79 0.42 4.1 0.65 0.35
Hex 95 28 20 0 49 4F 2A 4 41 23
Octal 225 50 40 0 111 117 52 4 101 43
Binary 10010101 101000 100000 0 1001001 1001111 101010 100 1000001 100011

Color Harmonies of #952820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952820

Black with #952820

Text Example


Text Example

White with #952820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952820; }

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

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

background-color css

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

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

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

border-color css

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

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

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