Html Css Color HEX #63493B Jambalaya

📋 copy color: '#63493B'

red 99 ◦ green 73 ◦ blue 59

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

Shades of Jambalaya #63493B

Tints of Jambalaya #63493B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.6%

 BLUE value IS 59 (23.44% from 255) = 25.54%

R = 42.86%
G = 31.6%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.61

RGB Variations

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

Color information

#63493B (or 0x63493B) is known color: Jambalaya. HEX triplet: 63, 49 and 3B. RGB value is (99,73,59). Sum of RGB (Red+Green+Blue) = 99+73+59=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #63493B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63493B is #9CB6C4. Grayscale: #4F4F4F. Windows color (decimal): -10270405 or 3885411. OLE color: 3885411.

HSL color Cylindrical-coordinate representation of color #63493B: hue angle of 21º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63493B is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 73 59 -
CMYK 0 0.26 0.40 0.61
HSL 21º 0.25% 0.31% -
HSV(B) 21º 0.4% 0.39% -
XYZ 8.32 7.73 5.19 -
YUV 79.18 116.61 142.14 -
System Red Green Blue C M Y K H S L
Decimal 99 73 59 0 0.26 0.40 0.61 21 0.25 0.31
Hex 63 49 3B 0 1A 28 3D 15 19 1F
Octal 143 111 73 0 32 50 75 25 31 37
Binary 1100011 1001001 111011 0 11010 101000 111101 10101 11001 11111

Color Harmonies of #63493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63493B

Black with #63493B

Text Example


Text Example

White with #63493B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,73,59); }

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

background-color css

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

 a { background-color: rgb(99,73,59); }

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

border-color css

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

 span { border-color: rgb(99,73,59); }

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