Html Css Color HEX #98310F Burnt Umber

📋 copy color: '#98310F'

red 152 ◦ green 49 ◦ blue 15

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

Shades of Burnt Umber #98310F

Tints of Burnt Umber #98310F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.69%

 BLUE value IS 15 (6.25% from 255) = 6.94%

R = 70.37%
G = 22.69%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#98310F (or 0x98310F) is known color: Burnt Umber. HEX triplet: 98, 31 and 0F. RGB value is (152,49,15). Sum of RGB (Red+Green+Blue) = 152+49+15=216 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.37% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 152 - color contains mainly: red. Hex color #98310F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98310F is #67CEF0. Grayscale: #4C4C4C. Windows color (decimal): -6803185 or 995736. OLE color: 995736.

HSL color Cylindrical-coordinate representation of color #98310F: hue angle of 14.89º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98310F is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 49 15 -
CMYK 0 0.68 0.90 0.40
HSL 14.89º 0.82% 0.33% -
HSV(B) 14.89º 0.9% 0.6% -
XYZ 14.13 8.91 1.43 -
YUV 75.92 93.62 182.26 -
System Red Green Blue C M Y K H S L
Decimal 152 49 15 0 0.68 0.90 0.40 14.89 0.82 0.33
Hex 98 31 F 0 44 5A 28 F 52 21
Octal 230 61 17 0 104 132 50 17 122 41
Binary 10011000 110001 1111 0 1000100 1011010 101000 1111 1010010 100001

Color Harmonies of #98310F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98310F

Black with #98310F

Text Example


Text Example

White with #98310F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98310F; }

 p { color: rgb(152,49,15); }

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

background-color css

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

 a { background-color: rgb(152,49,15); }

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

border-color css

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

 span { border-color: rgb(152,49,15); }

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