Html Css Color HEX #62472D Dallas

📋 copy color: '#62472D'

red 98 ◦ green 71 ◦ blue 45

#62472D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dallas #62472D

Tints of Dallas #62472D

RGB

 RED value IS 98 (38.67% from 255) = 45.79%

 GREEN value IS 71 (28.13% from 255) = 33.18%

 BLUE value IS 45 (17.97% from 255) = 21.03%

R = 45.79%
G = 33.18%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#62472D (or 0x62472D) is known color: Dallas. HEX triplet: 62, 47 and 2D. RGB value is (98,71,45). Sum of RGB (Red+Green+Blue) = 98+71+45=214 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.79% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 98 - color contains mainly: red. Hex color #62472D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62472D is #9DB8D2. Grayscale: #4C4C4C. Windows color (decimal): -10336467 or 2967394. OLE color: 2967394.

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

Color convert

RGB 98 71 45 -
CMYK 0 0.28 0.54 0.62
HSL 29.43º 0.37% 0.28% -
HSV(B) 29.43º 0.54% 0.38% -
XYZ 7.76 7.29 3.48 -
YUV 76.11 110.45 143.61 -
System Red Green Blue C M Y K H S L
Decimal 98 71 45 0 0.28 0.54 0.62 29.43 0.37 0.28
Hex 62 47 2D 0 1C 36 3E 1D 25 1C
Octal 142 107 55 0 34 66 76 35 45 34
Binary 1100010 1000111 101101 0 11100 110110 111110 11101 100101 11100

Color Harmonies of #62472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62472D

Black with #62472D

Text Example


Text Example

White with #62472D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62472D;
 }
 .AnyTagClassName
 {
   color: #62472D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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