#62472C

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

Shades of Dallas #62472C

Tints of Dallas #62472C

Color information

#62472C (or 0x62472C) is unknown color: approx Dallas. HEX triplet: 62, 47 and 2C. RGB value is (98,71,44). Sum of RGB (Red+Green+Blue) = 98+71+44=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #62472C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62472C is #9DB8D3. Grayscale: #4C4C4C. Windows color (decimal): -10336468 or 2901858. OLE color: 2901858.

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

Color convert

RGB987144-
CMYK00.280.550.62
HSL30º38.03%27.84%-
HSV(B)30º55.1%38.43%-
XYZ7.747.283.38-
YUV76109.95143.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.01%
GREEN value IS 71 (28.12% from 255) = 33.33%
BLUE value IS 44 (17.58% from 255) = 20.66%
R=46.01%
G=33.33%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98714400.280.550.623038.0327.84
Hex62472C01C373E1e261c
Octal142107540346776364634
Binary110001010001111011000111001101111111101111010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62472C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,71,44); }

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

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

 a { background-color: rgb(98,71,44); }

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

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

 span { border-color: rgb(98,71,44); }

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