Html Css Color HEX #64483A Jambalaya

📋 copy color: '#64483A'

red 100 ◦ green 72 ◦ blue 58

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

Shades of Jambalaya #64483A

Tints of Jambalaya #64483A

RGB

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

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

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

R = 43.48%
G = 31.3%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.61

RGB Variations

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

Color information

#64483A (or 0x64483A) is known color: Jambalaya. HEX triplet: 64, 48 and 3A. RGB value is (100,72,58). Sum of RGB (Red+Green+Blue) = 100+72+58=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 100 - color contains mainly: red. Hex color #64483A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64483A is #9BB7C5. Grayscale: #4E4E4E. Windows color (decimal): -10205126 or 3819620. OLE color: 3819620.

HSL color Cylindrical-coordinate representation of color #64483A: hue angle of 20º 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 #64483A is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 72 58 -
CMYK 0 0.28 0.42 0.61
HSL 20º 0.27% 0.31% -
HSV(B) 20º 0.42% 0.39% -
XYZ 8.34 7.65 5.04 -
YUV 78.78 116.28 143.14 -
System Red Green Blue C M Y K H S L
Decimal 100 72 58 0 0.28 0.42 0.61 20 0.27 0.31
Hex 64 48 3A 0 1C 2A 3D 14 1B 1F
Octal 144 110 72 0 34 52 75 24 33 37
Binary 1100100 1001000 111010 0 11100 101010 111101 10100 11011 11111

Color Harmonies of #64483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64483A

Black with #64483A

Text Example


Text Example

White with #64483A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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