Html Css Color HEX #98301D Burnt Umber

📋 copy color: '#98301D'

red 152 ◦ green 48 ◦ blue 29

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

Shades of Burnt Umber #98301D

Tints of Burnt Umber #98301D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.66%

R = 66.38%
G = 20.96%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#98301D (or 0x98301D) is known color: Burnt Umber. HEX triplet: 98, 30 and 1D. RGB value is (152,48,29). Sum of RGB (Red+Green+Blue) = 152+48+29=229 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.38% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 152 - color contains mainly: red. Hex color #98301D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98301D is #67CFE2. Grayscale: #4D4D4D. Windows color (decimal): -6803427 or 1912984. OLE color: 1912984.

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

Color convert

RGB 152 48 29 -
CMYK 0 0.68 0.81 0.40
HSL 9.27º 0.68% 0.35% -
HSV(B) 9.27º 0.81% 0.6% -
XYZ 14.23 8.88 2.13 -
YUV 76.93 100.96 181.54 -
System Red Green Blue C M Y K H S L
Decimal 152 48 29 0 0.68 0.81 0.40 9.27 0.68 0.35
Hex 98 30 1D 0 44 51 28 9 44 23
Octal 230 60 35 0 104 121 50 11 104 43
Binary 10011000 110000 11101 0 1000100 1010001 101000 1001 1000100 100011

Color Harmonies of #98301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98301D

Black with #98301D

Text Example


Text Example

White with #98301D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98301D; }

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

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

background-color css

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

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

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

border-color css

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

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

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