Html Css Color HEX #942D25 Mandarian Orange

📋 copy color: '#942D25'

red 148 ◦ green 45 ◦ blue 37

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

Shades of Mandarian Orange #942D25

Tints of Mandarian Orange #942D25

RGB

 RED value IS 148 (58.2% from 255) = 64.35%

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

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

R = 64.35%
G = 19.57%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#942D25 (or 0x942D25) is known color: Mandarian Orange. HEX triplet: 94, 2D and 25. RGB value is (148,45,37). Sum of RGB (Red+Green+Blue) = 148+45+37=230 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.35% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 148 - color contains mainly: red. Hex color #942D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942D25 is #6BD2DA. Grayscale: #4B4B4B. Windows color (decimal): -7066331 or 2436500. OLE color: 2436500.

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

Color convert

RGB 148 45 37 -
CMYK 0 0.70 0.75 0.42
HSL 4.32º 0.6% 0.36% -
HSV(B) 4.32º 0.75% 0.58% -
XYZ 13.49 8.31 2.64 -
YUV 74.89 106.62 180.15 -
System Red Green Blue C M Y K H S L
Decimal 148 45 37 0 0.70 0.75 0.42 4.32 0.6 0.36
Hex 94 2D 25 0 46 4B 2A 4 3C 24
Octal 224 55 45 0 106 113 52 4 74 44
Binary 10010100 101101 100101 0 1000110 1001011 101010 100 111100 100100

Color Harmonies of #942D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942D25

Black with #942D25

Text Example


Text Example

White with #942D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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