#63403D

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

Shades of Sanguine Brown #63403D

Tints of Sanguine Brown #63403D

Color information

#63403D (or 0x63403D) is unknown color: approx Sanguine Brown. HEX triplet: 63, 40 and 3D. RGB value is (99,64,61). Sum of RGB (Red+Green+Blue) = 99+64+61=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 99 - color contains mainly: red. Hex color #63403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63403D is #9CBFC2. Grayscale: #4A4A4A. Windows color (decimal): -10272707 or 4014179. OLE color: 4014179.

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

Color convert

RGB996461-
CMYK00.350.380.61
HSL4.74º23.75%31.37%-
HSV(B)4.74º38.38%38.82%-
XYZ7.826.665.29-
YUV74.12120.6145.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.20%
GREEN value IS 64 (25.39% from 255) = 28.57%
BLUE value IS 61 (24.22% from 255) = 27.23%
R=44.20%
G=28.57%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99646100.350.380.614.7423.7531.37
Hex63403D023263D5181f
Octal14310075043467553037
Binary1100011100000011110101000111001101111011011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63403D; }

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

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

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

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

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

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

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

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