Html Css Color HEX #62482B Dallas

📋 copy color: '#62482B'

red 98 ◦ green 72 ◦ blue 43

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

Shades of Dallas #62482B

Tints of Dallas #62482B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.8%

 BLUE value IS 43 (17.19% from 255) = 20.19%

R = 46.01%
G = 33.8%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#62482B (or 0x62482B) is known color: 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

RGB 98 72 43 -
CMYK 0 0.27 0.56 0.62
HSL 31.64º 0.39% 0.28% -
HSV(B) 31.64º 0.56% 0.38% -
XYZ 7.79 7.41 3.3 -
YUV 76.47 109.11 143.36 -
System Red Green Blue C M Y K H S L
Decimal 98 72 43 0 0.27 0.56 0.62 31.64 0.39 0.28
Hex 62 48 2B 0 1B 38 3E 20 27 1C
Octal 142 110 53 0 33 70 76 40 47 34
Binary 1100010 1001000 101011 0 11011 111000 111110 100000 100111 11100

Color Harmonies of #62482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62482B

Black with #62482B

Text Example


Text Example

White with #62482B

Text Example


Text Example

HTML Codes & Css Web 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>