Html Css Color HEX #982812 Mandarian Orange

📋 copy color: '#982812'

red 152 ◦ green 40 ◦ blue 18

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

Shades of Mandarian Orange #982812

Tints of Mandarian Orange #982812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.05%

 BLUE value IS 18 (7.42% from 255) = 8.57%

R = 72.38%
G = 19.05%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#982812 (or 0x982812) is known color: Mandarian Orange. HEX triplet: 98, 28 and 12. RGB value is (152,40,18). Sum of RGB (Red+Green+Blue) = 152+40+18=210 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.38% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 152 - color contains mainly: red. Hex color #982812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982812 is #67D7ED. Grayscale: #474747. Windows color (decimal): -6805486 or 1190040. OLE color: 1190040.

HSL color Cylindrical-coordinate representation of color #982812: hue angle of 9.85º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #982812 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 40 18 -
CMYK 0 0.74 0.88 0.40
HSL 9.85º 0.79% 0.33% -
HSV(B) 9.85º 0.88% 0.6% -
XYZ 13.82 8.24 1.43 -
YUV 70.98 98.11 185.79 -
System Red Green Blue C M Y K H S L
Decimal 152 40 18 0 0.74 0.88 0.40 9.85 0.79 0.33
Hex 98 28 12 0 4A 58 28 A 4F 21
Octal 230 50 22 0 112 130 50 12 117 41
Binary 10011000 101000 10010 0 1001010 1011000 101000 1010 1001111 100001

Color Harmonies of #982812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982812

Black with #982812

Text Example


Text Example

White with #982812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982812; }

 p { color: rgb(152,40,18); }

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

background-color css

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

 a { background-color: rgb(152,40,18); }

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

border-color css

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

 span { border-color: rgb(152,40,18); }

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