Html Css Color HEX #952C23 Mandarian Orange

📋 copy color: '#952C23'

red 149 ◦ green 44 ◦ blue 35

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

Shades of Mandarian Orange #952C23

Tints of Mandarian Orange #952C23

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.3%

 BLUE value IS 35 (14.06% from 255) = 15.35%

R = 65.35%
G = 19.3%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#952C23 (or 0x952C23) is known color: Mandarian Orange. HEX triplet: 95, 2C and 23. RGB value is (149,44,35). Sum of RGB (Red+Green+Blue) = 149+44+35=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 35 (14.06% from 255 or 15.35% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #952C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C23 is #6AD3DC. Grayscale: #4A4A4A. Windows color (decimal): -7001053 or 2305173. OLE color: 2305173.

HSL color Cylindrical-coordinate representation of color #952C23: hue angle of 4.74º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952C23 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 44 35 -
CMYK 0 0.70 0.77 0.42
HSL 4.74º 0.62% 0.36% -
HSV(B) 4.74º 0.77% 0.58% -
XYZ 13.6 8.31 2.48 -
YUV 74.37 105.79 181.23 -
System Red Green Blue C M Y K H S L
Decimal 149 44 35 0 0.70 0.77 0.42 4.74 0.62 0.36
Hex 95 2C 23 0 46 4D 2A 5 3E 24
Octal 225 54 43 0 106 115 52 5 76 44
Binary 10010101 101100 100011 0 1000110 1001101 101010 101 111110 100100

Color Harmonies of #952C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C23

Black with #952C23

Text Example


Text Example

White with #952C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,44,35); }

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

background-color css

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

 a { background-color: rgb(149,44,35); }

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

border-color css

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

 span { border-color: rgb(149,44,35); }

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