Html Css Color HEX #952522 Mandarian Orange

📋 copy color: '#952522'

red 149 ◦ green 37 ◦ blue 34

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

Shades of Mandarian Orange #952522

Tints of Mandarian Orange #952522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.45%

R = 67.73%
G = 16.82%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#952522 (or 0x952522) is known color: Mandarian Orange. HEX triplet: 95, 25 and 22. RGB value is (149,37,34). Sum of RGB (Red+Green+Blue) = 149+37+34=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #952522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952522 is #6ADADD. Grayscale: #464646. Windows color (decimal): -7002846 or 2237845. OLE color: 2237845.

HSL color Cylindrical-coordinate representation of color #952522: hue angle of 1.57º degrees, saturation: 0.63, 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 #952522 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 37 34 -
CMYK 0 0.75 0.77 0.42
HSL 1.57º 0.63% 0.36% -
HSV(B) 1.57º 0.77% 0.58% -
XYZ 13.34 7.83 2.32 -
YUV 70.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 149 37 34 0 0.75 0.77 0.42 1.57 0.63 0.36
Hex 95 25 22 0 4B 4D 2A 2 3F 24
Octal 225 45 42 0 113 115 52 2 77 44
Binary 10010101 100101 100010 0 1001011 1001101 101010 10 111111 100100

Color Harmonies of #952522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952522

Black with #952522

Text Example


Text Example

White with #952522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952522; }

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

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

background-color css

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

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

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

border-color css

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

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

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