Html Css Color HEX #982D23 Mandarian Orange

📋 copy color: '#982D23'

red 152 ◦ green 45 ◦ blue 35

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

Shades of Mandarian Orange #982D23

Tints of Mandarian Orange #982D23

RGB

 RED value IS 152 (59.77% from 255) = 65.52%

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

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

R = 65.52%
G = 19.4%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.40

RGB Variations

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

Color information

#982D23 (or 0x982D23) is known color: Mandarian Orange. HEX triplet: 98, 2D and 23. RGB value is (152,45,35). Sum of RGB (Red+Green+Blue) = 152+45+35=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 35 (14.06% from 255 or 15.09% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #982D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982D23 is #67D2DC. Grayscale: #4C4C4C. Windows color (decimal): -6804189 or 2305432. OLE color: 2305432.

HSL color Cylindrical-coordinate representation of color #982D23: hue angle of 5.13º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #982D23 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 45 35 -
CMYK 0 0.70 0.77 0.40
HSL 5.13º 0.63% 0.37% -
HSV(B) 5.13º 0.77% 0.6% -
XYZ 14.19 8.67 2.52 -
YUV 75.85 104.95 182.31 -
System Red Green Blue C M Y K H S L
Decimal 152 45 35 0 0.70 0.77 0.40 5.13 0.63 0.37
Hex 98 2D 23 0 46 4D 28 5 3F 25
Octal 230 55 43 0 106 115 50 5 77 45
Binary 10011000 101101 100011 0 1000110 1001101 101000 101 111111 100101

Color Harmonies of #982D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982D23

Black with #982D23

Text Example


Text Example

White with #982D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982D23; }

 p { color: rgb(152,45,35); }

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

background-color css

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

 a { background-color: rgb(152,45,35); }

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

border-color css

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

 span { border-color: rgb(152,45,35); }

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