#62480D

Color #62480D Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #62480D

Tints of Raw Umber #62480D

Color information

#62480D (or 0x62480D) is unknown color: approx Raw Umber. HEX triplet: 62, 48 and 0D. RGB value is (98,72,13). Sum of RGB (Red+Green+Blue) = 98+72+13=183 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.55% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 98 - color contains mainly: red. Hex color #62480D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62480D is #9DB7F2. Grayscale: #494949. Windows color (decimal): -10336243 or 870498. OLE color: 870498.

HSL color Cylindrical-coordinate representation of color #62480D: hue angle of 41.65º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #62480D is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB987213-
CMYK00.270.870.62
HSL41.65º76.58%21.76%-
HSV(B)41.65º86.73%38.43%-
XYZ7.437.261.39-
YUV73.0594.11145.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.55%
GREEN value IS 72 (28.52% from 255) = 39.34%
BLUE value IS 13 (5.47% from 255) = 7.10%
R=53.55%
G=39.34%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98721300.270.870.6241.6576.5821.76
Hex6248D01B573E2a4d16
Octal14211015033127765211526
Binary1100010100100011010110111010111111110101010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62480D; }

 p { color: rgb(98,72,13); }

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

<style>
 a { background-color: #62480D; }

 a { background-color: rgb(98,72,13); }

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

<style>
 span { border-color: #62480D; }

 span { border-color: rgb(98,72,13); }

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