#62482A

Color #62482A Dallas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dallas #62482A

Tints of Dallas #62482A

Color information

#62482A (or 0x62482A) is unknown color: approx Dallas. HEX triplet: 62, 48 and 2A. RGB value is (98,72,42). Sum of RGB (Red+Green+Blue) = 98+72+42=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #62482A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62482A is #9DB7D5. Grayscale: #4C4C4C. Windows color (decimal): -10336214 or 2771042. OLE color: 2771042.

HSL color Cylindrical-coordinate representation of color #62482A: hue angle of 32.14º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62482A is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB987242-
CMYK00.270.570.62
HSL32.14º40%27.45%-
HSV(B)32.14º57.14%38.43%-
XYZ7.777.43.21-
YUV76.35108.61143.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.23%
GREEN value IS 72 (28.52% from 255) = 33.96%
BLUE value IS 42 (16.80% from 255) = 19.81%
R=46.23%
G=33.96%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98724200.270.570.6232.144027.45
Hex62482A01B393E20281b
Octal142110520337176405033
Binary1100010100100010101001101111100111111010000010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62482A; }

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

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

<style>
 a { background-color: #62482A; }

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

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

<style>
 span { border-color: #62482A; }

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

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