Html Css Color HEX #942523 Mandarian Orange

📋 copy color: '#942523'

red 148 ◦ green 37 ◦ blue 35

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

Shades of Mandarian Orange #942523

Tints of Mandarian Orange #942523

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.82%

 BLUE value IS 35 (14.06% from 255) = 15.91%

R = 67.27%
G = 16.82%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#942523 (or 0x942523) is known color: Mandarian Orange. HEX triplet: 94, 25 and 23. RGB value is (148,37,35). Sum of RGB (Red+Green+Blue) = 148+37+35=220 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.27% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 35 (14.06% from 255 or 15.91% from 220); Max value from RGB is 148 - color contains mainly: red. Hex color #942523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942523 is #6BDADC. Grayscale: #464646. Windows color (decimal): -7068381 or 2303380. OLE color: 2303380.

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

Color convert

RGB 148 37 35 -
CMYK 0 0.75 0.76 0.42
HSL 1.06º 0.62% 0.36% -
HSV(B) 1.06º 0.76% 0.58% -
XYZ 13.18 7.74 2.39 -
YUV 69.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 148 37 35 0 0.75 0.76 0.42 1.06 0.62 0.36
Hex 94 25 23 0 4B 4C 2A 1 3E 24
Octal 224 45 43 0 113 114 52 1 76 44
Binary 10010100 100101 100011 0 1001011 1001100 101010 1 111110 100100

Color Harmonies of #942523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942523

Black with #942523

Text Example


Text Example

White with #942523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942523; }

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

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

background-color css

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

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

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

border-color css

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

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

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