Html Css Color HEX #952920 Mandarian Orange

📋 copy color: '#952920'

red 149 ◦ green 41 ◦ blue 32

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

Shades of Mandarian Orange #952920

Tints of Mandarian Orange #952920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.47%

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

R = 67.12%
G = 18.47%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#952920 (or 0x952920) is known color: Mandarian Orange. HEX triplet: 95, 29 and 20. RGB value is (149,41,32). Sum of RGB (Red+Green+Blue) = 149+41+32=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #952920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952920 is #6AD6DF. Grayscale: #484848. Windows color (decimal): -7001824 or 2107797. OLE color: 2107797.

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

Color convert

RGB 149 41 32 -
CMYK 0 0.72 0.79 0.42
HSL 4.62º 0.65% 0.35% -
HSV(B) 4.62º 0.79% 0.58% -
XYZ 13.45 8.08 2.22 -
YUV 72.27 105.28 182.73 -
System Red Green Blue C M Y K H S L
Decimal 149 41 32 0 0.72 0.79 0.42 4.62 0.65 0.35
Hex 95 29 20 0 48 4F 2A 5 41 23
Octal 225 51 40 0 110 117 52 5 101 43
Binary 10010101 101001 100000 0 1001000 1001111 101010 101 1000001 100011

Color Harmonies of #952920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952920

Black with #952920

Text Example


Text Example

White with #952920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952920; }

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

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

background-color css

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

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

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

border-color css

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

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

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