Html Css Color HEX #983018 Burnt Umber

📋 copy color: '#983018'

red 152 ◦ green 48 ◦ blue 24

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

Shades of Burnt Umber #983018

Tints of Burnt Umber #983018

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.43%

 BLUE value IS 24 (9.77% from 255) = 10.71%

R = 67.86%
G = 21.43%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#983018 (or 0x983018) is known color: Burnt Umber. HEX triplet: 98, 30 and 18. RGB value is (152,48,24). Sum of RGB (Red+Green+Blue) = 152+48+24=224 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.86% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 152 - color contains mainly: red. Hex color #983018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983018 is #67CFE7. Grayscale: #4C4C4C. Windows color (decimal): -6803432 or 1585304. OLE color: 1585304.

HSL color Cylindrical-coordinate representation of color #983018: hue angle of 11.25º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #983018 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 48 24 -
CMYK 0 0.68 0.84 0.40
HSL 11.25º 0.73% 0.35% -
HSV(B) 11.25º 0.84% 0.6% -
XYZ 14.17 8.86 1.83 -
YUV 76.36 98.46 181.95 -
System Red Green Blue C M Y K H S L
Decimal 152 48 24 0 0.68 0.84 0.40 11.25 0.73 0.35
Hex 98 30 18 0 44 54 28 B 49 23
Octal 230 60 30 0 104 124 50 13 111 43
Binary 10011000 110000 11000 0 1000100 1010100 101000 1011 1001001 100011

Color Harmonies of #983018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983018

Black with #983018

Text Example


Text Example

White with #983018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983018; }

 p { color: rgb(152,48,24); }

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

background-color css

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

 a { background-color: rgb(152,48,24); }

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

border-color css

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

 span { border-color: rgb(152,48,24); }

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