#98361F

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

Shades of Burnt Umber #98361F

Tints of Burnt Umber #98361F

Color information

#98361F (or 0x98361F) is unknown color: approx Burnt Umber. HEX triplet: 98, 36 and 1F. RGB value is (152,54,31). Sum of RGB (Red+Green+Blue) = 152+54+31=237 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.14% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 152 - color contains mainly: red. Hex color #98361F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98361F is #67C9E0. Grayscale: #505050. Windows color (decimal): -6801889 or 2045592. OLE color: 2045592.

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

Color convert

RGB1525431-
CMYK00.640.800.40
HSL11.4º66.12%35.88%-
HSV(B)11.4º79.61%59.61%-
XYZ14.529.412.35-
YUV80.6899.97178.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 64.14%
GREEN value IS 54 (21.48% from 255) = 22.78%
BLUE value IS 31 (12.5% from 255) = 13.08%
R=64.14%
G=22.78%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152543100.640.800.4011.466.1235.88
Hex98361F0405028b4224
Octal23066370100120501310244
Binary100110001101101111101000000101000010100010111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98361F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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