Html Css Color HEX #952622 Mandarian Orange

📋 copy color: '#952622'

red 149 ◦ green 38 ◦ blue 34

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

Shades of Mandarian Orange #952622

Tints of Mandarian Orange #952622

RGB

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

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

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

R = 67.42%
G = 17.19%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#952622 (or 0x952622) is known color: Mandarian Orange. HEX triplet: 95, 26 and 22. RGB value is (149,38,34). Sum of RGB (Red+Green+Blue) = 149+38+34=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 34 (13.67% from 255 or 15.38% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #952622 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952622 is #6AD9DD. Grayscale: #464646. Windows color (decimal): -7002590 or 2238101. OLE color: 2238101.

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

Color convert

RGB 149 38 34 -
CMYK 0 0.74 0.77 0.42
HSL 2.09º 0.63% 0.36% -
HSV(B) 2.09º 0.77% 0.58% -
XYZ 13.38 7.89 2.33 -
YUV 70.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 149 38 34 0 0.74 0.77 0.42 2.09 0.63 0.36
Hex 95 26 22 0 4A 4D 2A 2 3F 24
Octal 225 46 42 0 112 115 52 2 77 44
Binary 10010101 100110 100010 0 1001010 1001101 101010 10 111111 100100

Color Harmonies of #952622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952622

Black with #952622

Text Example


Text Example

White with #952622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952622; }

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

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

background-color css

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

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

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

border-color css

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

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

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