#633A38

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

Shades of Sanguine Brown #633A38

Tints of Sanguine Brown #633A38

Color information

#633A38 (or 0x633A38) is unknown color: approx Sanguine Brown. HEX triplet: 63, 3A and 38. RGB value is (99,58,56). Sum of RGB (Red+Green+Blue) = 99+58+56=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #633A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633A38 is #9CC5C7. Grayscale: #464646. Windows color (decimal): -10274248 or 3684963. OLE color: 3684963.

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

Color convert

RGB995856-
CMYK00.410.430.61
HSL2.79º27.74%30.39%-
HSV(B)2.79º43.43%38.82%-
XYZ7.375.964.5-
YUV70.03120.08148.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.48%
GREEN value IS 58 (23.05% from 255) = 27.23%
BLUE value IS 56 (22.27% from 255) = 26.29%
R=46.48%
G=27.23%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99585600.410.430.612.7927.7430.39
Hex633A380292B3D31c1e
Octal1437270051537533436
Binary11000111110101110000101001101011111101111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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