#62482E

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

Shades of Dallas #62482E

Tints of Dallas #62482E

Color information

#62482E (or 0x62482E) is unknown color: approx Dallas. HEX triplet: 62, 48 and 2E. RGB value is (98,72,46). Sum of RGB (Red+Green+Blue) = 98+72+46=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 98 - color contains mainly: red. Hex color #62482E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62482E is #9DB7D1. Grayscale: #4C4C4C. Windows color (decimal): -10336210 or 3033186. OLE color: 3033186.

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

Color convert

RGB987246-
CMYK00.270.530.62
HSL30º36.11%28.24%-
HSV(B)30º53.06%38.43%-
XYZ7.857.433.61-
YUV76.81110.61143.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.37%
GREEN value IS 72 (28.52% from 255) = 33.33%
BLUE value IS 46 (18.36% from 255) = 21.30%
R=45.37%
G=33.33%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98724600.270.530.623036.1128.24
Hex62482E01B353E1e241c
Octal142110560336576364434
Binary110001010010001011100110111101011111101111010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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