Html Css Color HEX #952611 Mandarian Orange

📋 copy color: '#952611'

red 149 ◦ green 38 ◦ blue 17

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

Shades of Mandarian Orange #952611

Tints of Mandarian Orange #952611

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.63%

 BLUE value IS 17 (7.03% from 255) = 8.33%

R = 73.04%
G = 18.63%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#952611 (or 0x952611) is known color: Mandarian Orange. HEX triplet: 95, 26 and 11. RGB value is (149,38,17). Sum of RGB (Red+Green+Blue) = 149+38+17=204 (27% of max value = 765). Red value is 149 (58.59% from 255 or 73.04% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 149 - color contains mainly: red. Hex color #952611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952611 is #6AD9EE. Grayscale: #444444. Windows color (decimal): -7002607 or 1123989. OLE color: 1123989.

HSL color Cylindrical-coordinate representation of color #952611: hue angle of 9.55º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #952611 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 38 17 -
CMYK 0 0.74 0.89 0.42
HSL 9.55º 0.8% 0.33% -
HSV(B) 9.55º 0.89% 0.58% -
XYZ 13.19 7.82 1.34 -
YUV 68.8 98.77 185.21 -
System Red Green Blue C M Y K H S L
Decimal 149 38 17 0 0.74 0.89 0.42 9.55 0.8 0.33
Hex 95 26 11 0 4A 59 2A A 50 21
Octal 225 46 21 0 112 131 52 12 120 41
Binary 10010101 100110 10001 0 1001010 1011001 101010 1010 1010000 100001

Color Harmonies of #952611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952611

Black with #952611

Text Example


Text Example

White with #952611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952611; }

 p { color: rgb(149,38,17); }

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

background-color css

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

 a { background-color: rgb(149,38,17); }

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

border-color css

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

 span { border-color: rgb(149,38,17); }

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