#633D3A

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

Shades of Sanguine Brown #633D3A

Tints of Sanguine Brown #633D3A

Color information

#633D3A (or 0x633D3A) is unknown color: approx Sanguine Brown. HEX triplet: 63, 3D and 3A. RGB value is (99,61,58). Sum of RGB (Red+Green+Blue) = 99+61+58=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #633D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633D3A is #9CC2C5. Grayscale: #484848. Windows color (decimal): -10273478 or 3816803. OLE color: 3816803.

HSL color Cylindrical-coordinate representation of color #633D3A: hue angle of 4.39º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #633D3A is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB996158-
CMYK00.380.410.61
HSL4.39º26.11%30.78%-
HSV(B)4.39º41.41%38.82%-
XYZ7.586.34.82-
YUV72.02120.09147.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.41%
GREEN value IS 61 (24.22% from 255) = 27.98%
BLUE value IS 58 (23.05% from 255) = 26.61%
R=45.41%
G=27.98%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99615800.380.410.614.3926.1130.78
Hex633D3A026293D41a1f
Octal1437572046517543237
Binary110001111110111101001001101010011111011001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633D3A; }

 p { color: rgb(99,61,58); }

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

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

 a { background-color: rgb(99,61,58); }

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

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

 span { border-color: rgb(99,61,58); }

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