Html Css Color HEX #982C22 Mandarian Orange

📋 copy color: '#982C22'

red 152 ◦ green 44 ◦ blue 34

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

Shades of Mandarian Orange #982C22

Tints of Mandarian Orange #982C22

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.13%

 BLUE value IS 34 (13.67% from 255) = 14.78%

R = 66.09%
G = 19.13%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#982C22 (or 0x982C22) is known color: Mandarian Orange. HEX triplet: 98, 2C and 22. RGB value is (152,44,34). Sum of RGB (Red+Green+Blue) = 152+44+34=230 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.09% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 34 (13.67% from 255 or 14.78% from 230); Max value from RGB is 152 - color contains mainly: red. Hex color #982C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982C22 is #67D3DD. Grayscale: #4B4B4B. Windows color (decimal): -6804446 or 2239640. OLE color: 2239640.

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

Color convert

RGB 152 44 34 -
CMYK 0 0.71 0.78 0.40
HSL 5.08º 0.63% 0.36% -
HSV(B) 5.08º 0.78% 0.6% -
XYZ 14.14 8.59 2.43 -
YUV 75.15 104.78 182.81 -
System Red Green Blue C M Y K H S L
Decimal 152 44 34 0 0.71 0.78 0.40 5.08 0.63 0.36
Hex 98 2C 22 0 47 4E 28 5 3F 24
Octal 230 54 42 0 107 116 50 5 77 44
Binary 10011000 101100 100010 0 1000111 1001110 101000 101 111111 100100

Color Harmonies of #982C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982C22

Black with #982C22

Text Example


Text Example

White with #982C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,44,34); }

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

background-color css

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

 a { background-color: rgb(152,44,34); }

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

border-color css

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

 span { border-color: rgb(152,44,34); }

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