#98351F

Color #98351F Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #98351F

Tints of Burnt Umber #98351F

Color information

#98351F (or 0x98351F) is unknown color: approx Burnt Umber. HEX triplet: 98, 35 and 1F. RGB value is (152,53,31). Sum of RGB (Red+Green+Blue) = 152+53+31=236 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.41% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 152 - color contains mainly: red. Hex color #98351F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98351F is #67CAE0. Grayscale: #505050. Windows color (decimal): -6802145 or 2045336. OLE color: 2045336.

HSL color Cylindrical-coordinate representation of color #98351F: hue angle of 10.91º degrees, saturation: 0.66, 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 #98351F is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB1525331-
CMYK00.650.800.40
HSL10.91º66.12%35.88%-
HSV(B)10.91º79.61%59.61%-
XYZ14.479.322.33-
YUV80.09100.3179.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 64.41%
GREEN value IS 53 (21.09% from 255) = 22.46%
BLUE value IS 31 (12.5% from 255) = 13.14%
R=64.41%
G=22.46%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152533100.650.800.4010.9166.1235.88
Hex98351F0415028b4224
Octal23065370101120501310244
Binary100110001101011111101000001101000010100010111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98351F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,53,31); }

 H1.HeaderClassName
 {
   color: #98351F;
 }
 .AnyTagClassName
 {
   color: #98351F;
 }
</style>
background-color css

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

 a { background-color: rgb(152,53,31); }

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

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

 span { border-color: rgb(152,53,31); }

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