Html Css Color HEX #952614 Mandarian Orange

📋 copy color: '#952614'

red 149 ◦ green 38 ◦ blue 20

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

Shades of Mandarian Orange #952614

Tints of Mandarian Orange #952614

RGB

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

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

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

R = 71.98%
G = 18.36%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#952614 (or 0x952614) is known color: Mandarian Orange. HEX triplet: 95, 26 and 14. RGB value is (149,38,20). Sum of RGB (Red+Green+Blue) = 149+38+20=207 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.98% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 149 - color contains mainly: red. Hex color #952614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952614 is #6AD9EB. Grayscale: #454545. Windows color (decimal): -7002604 or 1320597. OLE color: 1320597.

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

Color convert

RGB 149 38 20 -
CMYK 0 0.74 0.87 0.42
HSL 8.37º 0.76% 0.33% -
HSV(B) 8.37º 0.87% 0.58% -
XYZ 13.21 7.83 1.48 -
YUV 69.14 100.27 184.96 -
System Red Green Blue C M Y K H S L
Decimal 149 38 20 0 0.74 0.87 0.42 8.37 0.76 0.33
Hex 95 26 14 0 4A 57 2A 8 4C 21
Octal 225 46 24 0 112 127 52 10 114 41
Binary 10010101 100110 10100 0 1001010 1010111 101010 1000 1001100 100001

Color Harmonies of #952614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952614

Black with #952614

Text Example


Text Example

White with #952614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952614; }

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

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

background-color css

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

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

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

border-color css

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

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

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