#51413D

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

Shades of Crater Brown #51413D

Tints of Crater Brown #51413D

Color information

#51413D (or 0x51413D) is unknown color: approx Crater Brown. HEX triplet: 51, 41 and 3D. RGB value is (81,65,61). Sum of RGB (Red+Green+Blue) = 81+65+61=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 81 - color contains mainly: red. Hex color #51413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51413D is #AEBEC2. Grayscale: #454545. Windows color (decimal): -11452099 or 4014417. OLE color: 4014417.

HSL color Cylindrical-coordinate representation of color #51413D: hue angle of 12º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #51413D is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.68.

Color convert

RGB816561-
CMYK00.200.250.68
HSL12º14.08%27.84%-
HSV(B)12º24.69%31.76%-
XYZ6.135.875.22-
YUV69.33123.3136.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.13%
GREEN value IS 65 (25.78% from 255) = 31.40%
BLUE value IS 61 (24.22% from 255) = 29.47%
R=39.13%
G=31.40%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81656100.200.250.681214.0827.84
Hex51413D0141944ce1c
Octal1211017502431104141634
Binary101000110000011111010101001100110001001100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,65,61); }

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

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

 a { background-color: rgb(81,65,61); }

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

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

 span { border-color: rgb(81,65,61); }

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