#53403E

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

Shades of Crater Brown #53403E

Tints of Crater Brown #53403E

Color information

#53403E (or 0x53403E) is unknown color: approx Crater Brown. HEX triplet: 53, 40 and 3E. RGB value is (83,64,62). Sum of RGB (Red+Green+Blue) = 83+64+62=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #53403E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53403E is #ACBFC1. Grayscale: #454545. Windows color (decimal): -11321282 or 4079699. OLE color: 4079699.

HSL color Cylindrical-coordinate representation of color #53403E: hue angle of 5.71º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #53403E is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB836462-
CMYK00.230.250.67
HSL5.71º14.48%28.43%-
HSV(B)5.71º25.3%32.55%-
XYZ6.275.855.36-
YUV69.45123.79137.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.71%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 62 (24.61% from 255) = 29.67%
R=39.71%
G=30.62%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83646200.230.250.675.7114.4828.43
Hex53403E01719436e1c
Octal123100760273110361634
Binary10100111000000111110010111110011000011110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53403E; }

 p { color: rgb(83,64,62); }

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

<style>
 a { background-color: #53403E; }

 a { background-color: rgb(83,64,62); }

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

<style>
 span { border-color: #53403E; }

 span { border-color: rgb(83,64,62); }

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