Html Css Color HEX #98301C Burnt Umber

📋 copy color: '#98301C'

red 152 ◦ green 48 ◦ blue 28

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

Shades of Burnt Umber #98301C

Tints of Burnt Umber #98301C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.28%

R = 66.67%
G = 21.05%
B = 12.28%

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

#98301C (or 0x98301C) is known color: Burnt Umber. HEX triplet: 98, 30 and 1C. RGB value is (152,48,28). Sum of RGB (Red+Green+Blue) = 152+48+28=228 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.67% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 152 - color contains mainly: red. Hex color #98301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98301C is #67CFE3. Grayscale: #4D4D4D. Windows color (decimal): -6803428 or 1847448. OLE color: 1847448.

HSL color Cylindrical-coordinate representation of color #98301C: hue angle of 9.68º degrees, saturation: 0.69, 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 #98301C is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 48 28 -
CMYK 0 0.68 0.82 0.40
HSL 9.68º 0.69% 0.35% -
HSV(B) 9.68º 0.82% 0.6% -
XYZ 14.22 8.87 2.06 -
YUV 76.82 100.46 181.63 -
System Red Green Blue C M Y K H S L
Decimal 152 48 28 0 0.68 0.82 0.40 9.68 0.69 0.35
Hex 98 30 1C 0 44 52 28 A 45 23
Octal 230 60 34 0 104 122 50 12 105 43
Binary 10011000 110000 11100 0 1000100 1010010 101000 1010 1000101 100011

Color Harmonies of #98301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98301C

Black with #98301C

Text Example


Text Example

White with #98301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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