#643730

Color #643730 Redwood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Redwood #643730

Tints of Redwood #643730

Color information

#643730 (or 0x643730) is unknown color: approx Redwood. HEX triplet: 64, 37 and 30. RGB value is (100,55,48). Sum of RGB (Red+Green+Blue) = 100+55+48=203 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.26% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 100 - color contains mainly: red. Hex color #643730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643730 is #9BC8CF. Grayscale: #434343. Windows color (decimal): -10209488 or 3159908. OLE color: 3159908.

HSL color Cylindrical-coordinate representation of color #643730: hue angle of 8.08º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #643730 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB1005548-
CMYK00.450.520.61
HSL8.08º35.14%29.02%-
HSV(B)8.08º52%39.22%-
XYZ7.165.663.51-
YUV67.66116.91151.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.26%
GREEN value IS 55 (21.88% from 255) = 27.09%
BLUE value IS 48 (19.14% from 255) = 23.65%
R=49.26%
G=27.09%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100554800.450.520.618.0835.1429.02
Hex64373002D343D8231d
Octal14467600556475104335
Binary11001001101111100000101101110100111101100010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643730; }

 p { color: rgb(100,55,48); }

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

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

 a { background-color: rgb(100,55,48); }

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

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

 span { border-color: rgb(100,55,48); }

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