Html Css Color HEX #952D26 Mandarian Orange

📋 copy color: '#952D26'

red 149 ◦ green 45 ◦ blue 38

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

Shades of Mandarian Orange #952D26

Tints of Mandarian Orange #952D26

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.4%

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

R = 64.22%
G = 19.4%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#952D26 (or 0x952D26) is known color: Mandarian Orange. HEX triplet: 95, 2D and 26. RGB value is (149,45,38). Sum of RGB (Red+Green+Blue) = 149+45+38=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #952D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D26 is #6AD2D9. Grayscale: #4B4B4B. Windows color (decimal): -7000794 or 2502037. OLE color: 2502037.

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

Color convert

RGB 149 45 38 -
CMYK 0 0.70 0.74 0.42
HSL 3.78º 0.59% 0.37% -
HSV(B) 3.78º 0.74% 0.58% -
XYZ 13.68 8.41 2.74 -
YUV 75.3 106.96 180.57 -
System Red Green Blue C M Y K H S L
Decimal 149 45 38 0 0.70 0.74 0.42 3.78 0.59 0.37
Hex 95 2D 26 0 46 4A 2A 4 3B 25
Octal 225 55 46 0 106 112 52 4 73 45
Binary 10010101 101101 100110 0 1000110 1001010 101010 100 111011 100101

Color Harmonies of #952D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D26

Black with #952D26

Text Example


Text Example

White with #952D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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