Html Css Color HEX #64473A Jambalaya

📋 copy color: '#64473A'

red 100 ◦ green 71 ◦ blue 58

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

Shades of Jambalaya #64473A

Tints of Jambalaya #64473A

RGB

 RED value IS 100 (39.45% from 255) = 43.67%

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

 BLUE value IS 58 (23.05% from 255) = 25.33%

R = 43.67%
G = 31%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.61

RGB Variations

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

Color information

#64473A (or 0x64473A) is known color: Jambalaya. HEX triplet: 64, 47 and 3A. RGB value is (100,71,58). Sum of RGB (Red+Green+Blue) = 100+71+58=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 100 - color contains mainly: red. Hex color #64473A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64473A is #9BB8C5. Grayscale: #4E4E4E. Windows color (decimal): -10205382 or 3819364. OLE color: 3819364.

HSL color Cylindrical-coordinate representation of color #64473A: hue angle of 18.57º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64473A is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 71 58 -
CMYK 0 0.29 0.42 0.61
HSL 18.57º 0.27% 0.31% -
HSV(B) 18.57º 0.42% 0.39% -
XYZ 8.27 7.52 5.02 -
YUV 78.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 100 71 58 0 0.29 0.42 0.61 18.57 0.27 0.31
Hex 64 47 3A 0 1D 2A 3D 13 1B 1F
Octal 144 107 72 0 35 52 75 23 33 37
Binary 1100100 1000111 111010 0 11101 101010 111101 10011 11011 11111

Color Harmonies of #64473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64473A

Black with #64473A

Text Example


Text Example

White with #64473A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64473A; }

 p { color: rgb(100,71,58); }

 H1.HeaderClassName
 {
   color: #64473A;
 }
 .AnyTagClassName
 {
   color: #64473A;
 }
</style>

background-color css

<style>
 a { background-color: #64473A; }

 a { background-color: rgb(100,71,58); }

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

border-color css

<style>
 span { border-color: #64473A; }

 span { border-color: rgb(100,71,58); }

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