#62480F

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

Shades of Raw Umber #62480F

Tints of Raw Umber #62480F

Color information

#62480F (or 0x62480F) is unknown color: approx Raw Umber. HEX triplet: 62, 48 and 0F. RGB value is (98,72,15). Sum of RGB (Red+Green+Blue) = 98+72+15=185 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.97% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 98 - color contains mainly: red. Hex color #62480F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62480F is #9DB7F0. Grayscale: #494949. Windows color (decimal): -10336241 or 1001570. OLE color: 1001570.

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

Color convert

RGB987215-
CMYK00.270.850.62
HSL41.2º73.45%22.16%-
HSV(B)41.2º84.69%38.43%-
XYZ7.447.271.46-
YUV73.2895.11145.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.97%
GREEN value IS 72 (28.52% from 255) = 38.92%
BLUE value IS 15 (6.25% from 255) = 8.11%
R=52.97%
G=38.92%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98721500.270.850.6241.273.4522.16
Hex6248F01B553E294916
Octal14211017033125765111126
Binary1100010100100011110110111010101111110101001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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