Html Css Color HEX #98301E Burnt Umber

📋 copy color: '#98301E'

red 152 ◦ green 48 ◦ blue 30

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

Shades of Burnt Umber #98301E

Tints of Burnt Umber #98301E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.04%

R = 66.09%
G = 20.87%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#98301E (or 0x98301E) is known color: Burnt Umber. HEX triplet: 98, 30 and 1E. RGB value is (152,48,30). Sum of RGB (Red+Green+Blue) = 152+48+30=230 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.09% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 152 - color contains mainly: red. Hex color #98301E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98301E is #67CFE1. Grayscale: #4D4D4D. Windows color (decimal): -6803426 or 1978520. OLE color: 1978520.

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

Color convert

RGB 152 48 30 -
CMYK 0 0.68 0.80 0.40
HSL 8.85º 0.67% 0.36% -
HSV(B) 8.85º 0.8% 0.6% -
XYZ 14.24 8.88 2.19 -
YUV 77.04 101.46 181.46 -
System Red Green Blue C M Y K H S L
Decimal 152 48 30 0 0.68 0.80 0.40 8.85 0.67 0.36
Hex 98 30 1E 0 44 50 28 9 43 24
Octal 230 60 36 0 104 120 50 11 103 44
Binary 10011000 110000 11110 0 1000100 1010000 101000 1001 1000011 100100

Color Harmonies of #98301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98301E

Black with #98301E

Text Example


Text Example

White with #98301E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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