#62481C

Color #62481C Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #62481C

Tints of Dark Brown #62481C

Color information

#62481C (or 0x62481C) is unknown color: approx Dark Brown. HEX triplet: 62, 48 and 1C. RGB value is (98,72,28). Sum of RGB (Red+Green+Blue) = 98+72+28=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #62481C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62481C is #9DB7E3. Grayscale: #4A4A4A. Windows color (decimal): -10336228 or 1853538. OLE color: 1853538.

HSL color Cylindrical-coordinate representation of color #62481C: hue angle of 37.71º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #62481C is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB987228-
CMYK00.270.710.62
HSL37.71º55.56%24.71%-
HSV(B)37.71º71.43%38.43%-
XYZ7.567.322.11-
YUV74.76101.61144.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.49%
GREEN value IS 72 (28.52% from 255) = 36.36%
BLUE value IS 28 (11.33% from 255) = 14.14%
R=49.49%
G=36.36%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98722800.270.710.6237.7155.5624.71
Hex62481C01B473E263819
Octal1421103403310776467031
Binary1100010100100011100011011100011111111010011011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62481C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62481C; }

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

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

<style>
 a { background-color: #62481C; }

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

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

<style>
 span { border-color: #62481C; }

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

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