Html Css Color HEX #962D28 Mandarian Orange

📋 copy color: '#962D28'

red 150 ◦ green 45 ◦ blue 40

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

Shades of Mandarian Orange #962D28

Tints of Mandarian Orange #962D28

RGB

 RED value IS 150 (58.98% from 255) = 63.83%

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

 BLUE value IS 40 (16.02% from 255) = 17.02%

R = 63.83%
G = 19.15%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#962D28 (or 0x962D28) is known color: Mandarian Orange. HEX triplet: 96, 2D and 28. RGB value is (150,45,40). Sum of RGB (Red+Green+Blue) = 150+45+40=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #962D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962D28 is #69D2D7. Grayscale: #4B4B4B. Windows color (decimal): -6935256 or 2633110. OLE color: 2633110.

HSL color Cylindrical-coordinate representation of color #962D28: hue angle of 2.73º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962D28 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 45 40 -
CMYK 0 0.70 0.73 0.41
HSL 2.73º 0.58% 0.37% -
HSV(B) 2.73º 0.73% 0.59% -
XYZ 13.9 8.51 2.92 -
YUV 75.83 107.79 180.91 -
System Red Green Blue C M Y K H S L
Decimal 150 45 40 0 0.70 0.73 0.41 2.73 0.58 0.37
Hex 96 2D 28 0 46 49 29 3 3A 25
Octal 226 55 50 0 106 111 51 3 72 45
Binary 10010110 101101 101000 0 1000110 1001001 101001 11 111010 100101

Color Harmonies of #962D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962D28

Black with #962D28

Text Example


Text Example

White with #962D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962D28; }

 p { color: rgb(150,45,40); }

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

background-color css

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

 a { background-color: rgb(150,45,40); }

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

border-color css

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

 span { border-color: rgb(150,45,40); }

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