#673A38

Color #673A38 Sanguine Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sanguine Brown #673A38

Tints of Sanguine Brown #673A38

Color information

#673A38 (or 0x673A38) is unknown color: approx Sanguine Brown. HEX triplet: 67, 3A and 38. RGB value is (103,58,56). Sum of RGB (Red+Green+Blue) = 103+58+56=217 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.47% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 103 - color contains mainly: red. Hex color #673A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673A38 is #98C5C7. Grayscale: #474747. Windows color (decimal): -10012104 or 3684967. OLE color: 3684967.

HSL color Cylindrical-coordinate representation of color #673A38: hue angle of 2.55º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #673A38 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.60.

Color convert

RGB1035856-
CMYK00.440.460.60
HSL2.55º29.56%31.18%-
HSV(B)2.55º45.63%40.39%-
XYZ7.826.24.52-
YUV71.23119.41150.66-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.47%
GREEN value IS 58 (23.05% from 255) = 26.73%
BLUE value IS 56 (22.27% from 255) = 25.81%
R=47.47%
G=26.73%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103585600.440.460.602.5529.5631.18
Hex673A3802C2E3C31e1f
Octal1477270054567433637
Binary11001111110101110000101100101110111100111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673A38; }

 p { color: rgb(103,58,56); }

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

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

 a { background-color: rgb(103,58,56); }

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

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

 span { border-color: rgb(103,58,56); }

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