Html Css Color HEX #98301B Burnt Umber

📋 copy color: '#98301B'

red 152 ◦ green 48 ◦ blue 27

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

Shades of Burnt Umber #98301B

Tints of Burnt Umber #98301B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.89%

R = 66.96%
G = 21.15%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98301B (or 0x98301B) is known color: Burnt Umber. HEX triplet: 98, 30 and 1B. RGB value is (152,48,27). Sum of RGB (Red+Green+Blue) = 152+48+27=227 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.96% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 152 - color contains mainly: red. Hex color #98301B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98301B is #67CFE4. Grayscale: #4C4C4C. Windows color (decimal): -6803429 or 1781912. OLE color: 1781912.

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

Color convert

RGB 152 48 27 -
CMYK 0 0.68 0.82 0.40
HSL 10.08º 0.7% 0.35% -
HSV(B) 10.08º 0.82% 0.6% -
XYZ 14.2 8.87 2 -
YUV 76.7 99.96 181.71 -
System Red Green Blue C M Y K H S L
Decimal 152 48 27 0 0.68 0.82 0.40 10.08 0.7 0.35
Hex 98 30 1B 0 44 52 28 A 46 23
Octal 230 60 33 0 104 122 50 12 106 43
Binary 10011000 110000 11011 0 1000100 1010010 101000 1010 1000110 100011

Color Harmonies of #98301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98301B

Black with #98301B

Text Example


Text Example

White with #98301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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