Html Css Color HEX #952926 Mandarian Orange

📋 copy color: '#952926'

red 149 ◦ green 41 ◦ blue 38

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

Shades of Mandarian Orange #952926

Tints of Mandarian Orange #952926

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.98%

 BLUE value IS 38 (15.23% from 255) = 16.67%

R = 65.35%
G = 17.98%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#952926 (or 0x952926) is known color: Mandarian Orange. HEX triplet: 95, 29 and 26. RGB value is (149,41,38). Sum of RGB (Red+Green+Blue) = 149+41+38=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 38 (15.23% from 255 or 16.67% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #952926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952926 is #6AD6D9. Grayscale: #494949. Windows color (decimal): -7001818 or 2501013. OLE color: 2501013.

HSL color Cylindrical-coordinate representation of color #952926: hue angle of 1.62º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952926 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 41 38 -
CMYK 0 0.72 0.74 0.42
HSL 1.62º 0.59% 0.37% -
HSV(B) 1.62º 0.74% 0.58% -
XYZ 13.54 8.12 2.69 -
YUV 72.95 108.28 182.24 -
System Red Green Blue C M Y K H S L
Decimal 149 41 38 0 0.72 0.74 0.42 1.62 0.59 0.37
Hex 95 29 26 0 48 4A 2A 2 3B 25
Octal 225 51 46 0 110 112 52 2 73 45
Binary 10010101 101001 100110 0 1001000 1001010 101010 10 111011 100101

Color Harmonies of #952926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952926

Black with #952926

Text Example


Text Example

White with #952926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952926; }

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

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

background-color css

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

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

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

border-color css

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

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

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