Html Css Color HEX #63482B Dallas

📋 copy color: '#63482B'

red 99 ◦ green 72 ◦ blue 43

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

Shades of Dallas #63482B

Tints of Dallas #63482B

RGB

 RED value IS 99 (39.06% from 255) = 46.26%

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

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

R = 46.26%
G = 33.64%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.61

RGB Variations

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

Color information

#63482B (or 0x63482B) is known color: Dallas. HEX triplet: 63, 48 and 2B. RGB value is (99,72,43). Sum of RGB (Red+Green+Blue) = 99+72+43=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #63482B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63482B is #9CB7D4. Grayscale: #4C4C4C. Windows color (decimal): -10270677 or 2836579. OLE color: 2836579.

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

Color convert

RGB 99 72 43 -
CMYK 0 0.27 0.57 0.61
HSL 31.07º 0.39% 0.28% -
HSV(B) 31.07º 0.57% 0.39% -
XYZ 7.9 7.46 3.31 -
YUV 76.77 108.95 143.86 -
System Red Green Blue C M Y K H S L
Decimal 99 72 43 0 0.27 0.57 0.61 31.07 0.39 0.28
Hex 63 48 2B 0 1B 39 3D 1F 27 1C
Octal 143 110 53 0 33 71 75 37 47 34
Binary 1100011 1001000 101011 0 11011 111001 111101 11111 100111 11100

Color Harmonies of #63482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63482B

Black with #63482B

Text Example


Text Example

White with #63482B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63482B;
 }
 .AnyTagClassName
 {
   color: #63482B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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