Html Css Color HEX #952B25 Mandarian Orange

📋 copy color: '#952B25'

red 149 ◦ green 43 ◦ blue 37

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

Shades of Mandarian Orange #952B25

Tints of Mandarian Orange #952B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.16%

R = 65.07%
G = 18.78%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#952B25 (or 0x952B25) is known color: Mandarian Orange. HEX triplet: 95, 2B and 25. RGB value is (149,43,37). Sum of RGB (Red+Green+Blue) = 149+43+37=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #952B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B25 is #6AD4DA. Grayscale: #4A4A4A. Windows color (decimal): -7001307 or 2435989. OLE color: 2435989.

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

Color convert

RGB 149 43 37 -
CMYK 0 0.71 0.75 0.42
HSL 3.21º 0.6% 0.36% -
HSV(B) 3.21º 0.75% 0.58% -
XYZ 13.59 8.25 2.63 -
YUV 74.01 107.12 181.49 -
System Red Green Blue C M Y K H S L
Decimal 149 43 37 0 0.71 0.75 0.42 3.21 0.6 0.36
Hex 95 2B 25 0 47 4B 2A 3 3C 24
Octal 225 53 45 0 107 113 52 3 74 44
Binary 10010101 101011 100101 0 1000111 1001011 101010 11 111100 100100

Color Harmonies of #952B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B25

Black with #952B25

Text Example


Text Example

White with #952B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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