Html Css Color HEX #952B1E Mandarian Orange

📋 copy color: '#952B1E'

red 149 ◦ green 43 ◦ blue 30

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

Shades of Mandarian Orange #952B1E

Tints of Mandarian Orange #952B1E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.37%

 BLUE value IS 30 (12.11% from 255) = 13.51%

R = 67.12%
G = 19.37%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#952B1E (or 0x952B1E) is known color: Mandarian Orange. HEX triplet: 95, 2B and 1E. RGB value is (149,43,30). Sum of RGB (Red+Green+Blue) = 149+43+30=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #952B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B1E is #6AD4E1. Grayscale: #494949. Windows color (decimal): -7001314 or 1977237. OLE color: 1977237.

HSL color Cylindrical-coordinate representation of color #952B1E: hue angle of 6.55º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #952B1E is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 43 30 -
CMYK 0 0.71 0.80 0.42
HSL 6.55º 0.66% 0.35% -
HSV(B) 6.55º 0.8% 0.58% -
XYZ 13.49 8.21 2.1 -
YUV 73.21 103.62 182.06 -
System Red Green Blue C M Y K H S L
Decimal 149 43 30 0 0.71 0.80 0.42 6.55 0.66 0.35
Hex 95 2B 1E 0 47 50 2A 7 42 23
Octal 225 53 36 0 107 120 52 7 102 43
Binary 10010101 101011 11110 0 1000111 1010000 101010 111 1000010 100011

Color Harmonies of #952B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B1E

Black with #952B1E

Text Example


Text Example

White with #952B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952B1E; }

 p { color: rgb(149,43,30); }

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

background-color css

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

 a { background-color: rgb(149,43,30); }

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

border-color css

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

 span { border-color: rgb(149,43,30); }

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