Html Css Color HEX #952612 Mandarian Orange

📋 copy color: '#952612'

red 149 ◦ green 38 ◦ blue 18

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

Shades of Mandarian Orange #952612

Tints of Mandarian Orange #952612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.78%

R = 72.68%
G = 18.54%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#952612 (or 0x952612) is known color: Mandarian Orange. HEX triplet: 95, 26 and 12. RGB value is (149,38,18). Sum of RGB (Red+Green+Blue) = 149+38+18=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #952612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952612 is #6AD9ED. Grayscale: #454545. Windows color (decimal): -7002606 or 1189525. OLE color: 1189525.

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

Color convert

RGB 149 38 18 -
CMYK 0 0.74 0.88 0.42
HSL 9.16º 0.78% 0.33% -
HSV(B) 9.16º 0.88% 0.58% -
XYZ 13.2 7.82 1.39 -
YUV 68.91 99.27 185.13 -
System Red Green Blue C M Y K H S L
Decimal 149 38 18 0 0.74 0.88 0.42 9.16 0.78 0.33
Hex 95 26 12 0 4A 58 2A 9 4E 21
Octal 225 46 22 0 112 130 52 11 116 41
Binary 10010101 100110 10010 0 1001010 1011000 101010 1001 1001110 100001

Color Harmonies of #952612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952612

Black with #952612

Text Example


Text Example

White with #952612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952612; }

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

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

background-color css

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

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

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

border-color css

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

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

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