Html Css Color HEX #962D25 Mandarian Orange

📋 copy color: '#962D25'

red 150 ◦ green 45 ◦ blue 37

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

Shades of Mandarian Orange #962D25

Tints of Mandarian Orange #962D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.95%

R = 64.66%
G = 19.4%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#962D25 (or 0x962D25) is known color: Mandarian Orange. HEX triplet: 96, 2D and 25. RGB value is (150,45,37). Sum of RGB (Red+Green+Blue) = 150+45+37=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #962D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962D25 is #69D2DA. Grayscale: #4B4B4B. Windows color (decimal): -6935259 or 2436502. OLE color: 2436502.

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

Color convert

RGB 150 45 37 -
CMYK 0 0.70 0.75 0.41
HSL 4.25º 0.6% 0.37% -
HSV(B) 4.25º 0.75% 0.59% -
XYZ 13.85 8.49 2.66 -
YUV 75.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 150 45 37 0 0.70 0.75 0.41 4.25 0.6 0.37
Hex 96 2D 25 0 46 4B 29 4 3C 25
Octal 226 55 45 0 106 113 51 4 74 45
Binary 10010110 101101 100101 0 1000110 1001011 101001 100 111100 100101

Color Harmonies of #962D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962D25

Black with #962D25

Text Example


Text Example

White with #962D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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