Html Css Color HEX #98320F Burnt Umber

📋 copy color: '#98320F'

red 152 ◦ green 50 ◦ blue 15

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

Shades of Burnt Umber #98320F

Tints of Burnt Umber #98320F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.04%

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

R = 70.05%
G = 23.04%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#98320F (or 0x98320F) is known color: Burnt Umber. HEX triplet: 98, 32 and 0F. RGB value is (152,50,15). Sum of RGB (Red+Green+Blue) = 152+50+15=217 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.05% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 152 - color contains mainly: red. Hex color #98320F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98320F is #67CDF0. Grayscale: #4C4C4C. Windows color (decimal): -6802929 or 995992. OLE color: 995992.

HSL color Cylindrical-coordinate representation of color #98320F: hue angle of 15.33º 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 #98320F is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 50 15 -
CMYK 0 0.67 0.90 0.40
HSL 15.33º 0.82% 0.33% -
HSV(B) 15.33º 0.9% 0.6% -
XYZ 14.18 8.99 1.44 -
YUV 76.51 93.29 181.85 -
System Red Green Blue C M Y K H S L
Decimal 152 50 15 0 0.67 0.90 0.40 15.33 0.82 0.33
Hex 98 32 F 0 43 5A 28 F 52 21
Octal 230 62 17 0 103 132 50 17 122 41
Binary 10011000 110010 1111 0 1000011 1011010 101000 1111 1010010 100001

Color Harmonies of #98320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98320F

Black with #98320F

Text Example


Text Example

White with #98320F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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