#62482B

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

Shades of Dallas #62482B

Tints of Dallas #62482B

Color information

#62482B (or 0x62482B) is unknown color: approx Dallas. HEX triplet: 62, 48 and 2B. RGB value is (98,72,43). Sum of RGB (Red+Green+Blue) = 98+72+43=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #62482B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62482B is #9DB7D4. Grayscale: #4C4C4C. Windows color (decimal): -10336213 or 2836578. OLE color: 2836578.

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

Color convert

RGB987243-
CMYK00.270.560.62
HSL31.64º39.01%27.65%-
HSV(B)31.64º56.12%38.43%-
XYZ7.797.413.3-
YUV76.47109.11143.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.01%
GREEN value IS 72 (28.52% from 255) = 33.80%
BLUE value IS 43 (17.19% from 255) = 20.19%
R=46.01%
G=33.80%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98724300.270.560.6231.6439.0127.65
Hex62482B01B383E20271c
Octal142110530337076404734
Binary1100010100100010101101101111100011111010000010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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