#982F23

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

Shades of Burnt Umber #982F23

Tints of Burnt Umber #982F23

Color information

#982F23 (or 0x982F23) is unknown color: approx Burnt Umber. HEX triplet: 98, 2F and 23. RGB value is (152,47,35). Sum of RGB (Red+Green+Blue) = 152+47+35=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 35 (14.06% from 255 or 14.96% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #982F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982F23 is #67D0DC. Grayscale: #4D4D4D. Windows color (decimal): -6803677 or 2305944. OLE color: 2305944.

HSL color Cylindrical-coordinate representation of color #982F23: hue angle of 6.15º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #982F23 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.40.

Color convert

RGB1524735-
CMYK00.690.770.40
HSL6.15º62.57%36.67%-
HSV(B)6.15º76.97%59.61%-
XYZ14.278.832.54-
YUV77.03104.29181.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 64.96%
GREEN value IS 47 (18.75% from 255) = 20.09%
BLUE value IS 35 (14.06% from 255) = 14.96%
R=64.96%
G=20.09%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.77
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152473500.690.770.406.1562.5736.67
Hex982F230454D2863f25
Octal230574301051155067745
Binary10011000101111100011010001011001101101000110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982F23; }

 p { color: rgb(152,47,35); }

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

<style>
 a { background-color: #982F23; }

 a { background-color: rgb(152,47,35); }

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

<style>
 span { border-color: #982F23; }

 span { border-color: rgb(152,47,35); }

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