#64483F

Color #64483F Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #64483F

Tints of Congo Brown #64483F

Color information

#64483F (or 0x64483F) is unknown color: approx Congo Brown. HEX triplet: 64, 48 and 3F. RGB value is (100,72,63). Sum of RGB (Red+Green+Blue) = 100+72+63=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 100 - color contains mainly: red. Hex color #64483F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64483F is #9BB7C0. Grayscale: #4F4F4F. Windows color (decimal): -10205121 or 4147300. OLE color: 4147300.

HSL color Cylindrical-coordinate representation of color #64483F: hue angle of 14.59º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64483F is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB1007263-
CMYK00.280.370.61
HSL14.59º22.7%31.96%-
HSV(B)14.59º37%39.22%-
XYZ8.477.75.74-
YUV79.35118.78142.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.55%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 63 (25% from 255) = 26.81%
R=42.55%
G=30.64%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100726300.280.370.6114.5922.731.96
Hex64483F01C253Df1720
Octal144110770344575172740
Binary11001001001000111111011100100101111101111110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64483F;
 }
 .AnyTagClassName
 {
   color: #64483F;
 }
</style>
background-color css

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

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

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

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

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

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