#62482F

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

Shades of Dallas #62482F

Tints of Dallas #62482F

Color information

#62482F (or 0x62482F) is unknown color: approx Dallas. HEX triplet: 62, 48 and 2F. RGB value is (98,72,47). Sum of RGB (Red+Green+Blue) = 98+72+47=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 98 - color contains mainly: red. Hex color #62482F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62482F is #9DB7D0. Grayscale: #4D4D4D. Windows color (decimal): -10336209 or 3098722. OLE color: 3098722.

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

Color convert

RGB987247-
CMYK00.270.520.62
HSL29.41º35.17%28.43%-
HSV(B)29.41º52.04%38.43%-
XYZ7.877.443.71-
YUV76.92111.11143.03-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.16%
GREEN value IS 72 (28.52% from 255) = 33.18%
BLUE value IS 47 (18.75% from 255) = 21.66%
R=45.16%
G=33.18%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98724700.270.520.6229.4135.1728.43
Hex62482F01B343E1d231c
Octal142110570336476354334
Binary110001010010001011110110111101001111101110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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