Html Css Color HEX #952514 Mandarian Orange

📋 copy color: '#952514'

red 149 ◦ green 37 ◦ blue 20

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

Shades of Mandarian Orange #952514

Tints of Mandarian Orange #952514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.71%

R = 72.33%
G = 17.96%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#952514 (or 0x952514) is known color: Mandarian Orange. HEX triplet: 95, 25 and 14. RGB value is (149,37,20). Sum of RGB (Red+Green+Blue) = 149+37+20=206 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.33% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 149 - color contains mainly: red. Hex color #952514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952514 is #6ADAEB. Grayscale: #444444. Windows color (decimal): -7002860 or 1320341. OLE color: 1320341.

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

Color convert

RGB 149 37 20 -
CMYK 0 0.75 0.87 0.42
HSL 7.91º 0.76% 0.33% -
HSV(B) 7.91º 0.87% 0.58% -
XYZ 13.18 7.76 1.47 -
YUV 68.55 100.61 185.38 -
System Red Green Blue C M Y K H S L
Decimal 149 37 20 0 0.75 0.87 0.42 7.91 0.76 0.33
Hex 95 25 14 0 4B 57 2A 8 4C 21
Octal 225 45 24 0 113 127 52 10 114 41
Binary 10010101 100101 10100 0 1001011 1010111 101010 1000 1001100 100001

Color Harmonies of #952514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952514

Black with #952514

Text Example


Text Example

White with #952514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952514; }

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

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

background-color css

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

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

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

border-color css

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

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

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