Html Css Color HEX #952521 Mandarian Orange

📋 copy color: '#952521'

red 149 ◦ green 37 ◦ blue 33

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

Shades of Mandarian Orange #952521

Tints of Mandarian Orange #952521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.07%

R = 68.04%
G = 16.89%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#952521 (or 0x952521) is known color: Mandarian Orange. HEX triplet: 95, 25 and 21. RGB value is (149,37,33). Sum of RGB (Red+Green+Blue) = 149+37+33=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #952521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952521 is #6ADADE. Grayscale: #464646. Windows color (decimal): -7002847 or 2172309. OLE color: 2172309.

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

Color convert

RGB 149 37 33 -
CMYK 0 0.75 0.78 0.42
HSL 2.07º 0.64% 0.36% -
HSV(B) 2.07º 0.78% 0.58% -
XYZ 13.33 7.82 2.25 -
YUV 70.03 107.11 184.33 -
System Red Green Blue C M Y K H S L
Decimal 149 37 33 0 0.75 0.78 0.42 2.07 0.64 0.36
Hex 95 25 21 0 4B 4E 2A 2 40 24
Octal 225 45 41 0 113 116 52 2 100 44
Binary 10010101 100101 100001 0 1001011 1001110 101010 10 1000000 100100

Color Harmonies of #952521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952521

Black with #952521

Text Example


Text Example

White with #952521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952521; }

 p { color: rgb(149,37,33); }

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

background-color css

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

 a { background-color: rgb(149,37,33); }

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

border-color css

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

 span { border-color: rgb(149,37,33); }

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