#51403C

Color #51403C Crater Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crater Brown #51403C

Tints of Crater Brown #51403C

Color information

#51403C (or 0x51403C) is unknown color: approx Crater Brown. HEX triplet: 51, 40 and 3C. RGB value is (81,64,60). Sum of RGB (Red+Green+Blue) = 81+64+60=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 81 - color contains mainly: red. Hex color #51403C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51403C is #AEBFC3. Grayscale: #444444. Windows color (decimal): -11452356 or 3948625. OLE color: 3948625.

HSL color Cylindrical-coordinate representation of color #51403C: hue angle of 11.43º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #51403C is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB816460-
CMYK00.210.260.68
HSL11.43º14.89%27.65%-
HSV(B)11.43º25.93%31.76%-
XYZ6.045.745.06-
YUV68.63123.13136.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.51%
GREEN value IS 64 (25.39% from 255) = 31.22%
BLUE value IS 60 (23.83% from 255) = 29.27%
R=39.51%
G=31.22%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81646000.210.260.6811.4314.8927.65
Hex51403C0151A44bf1c
Octal1211007402532104131734
Binary101000110000001111000101011101010001001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51403C; }

 p { color: rgb(81,64,60); }

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

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

 a { background-color: rgb(81,64,60); }

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

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

 span { border-color: rgb(81,64,60); }

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