#53423E

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

Shades of Crater Brown #53423E

Tints of Crater Brown #53423E

Color information

#53423E (or 0x53423E) is unknown color: approx Crater Brown. HEX triplet: 53, 42 and 3E. RGB value is (83,66,62). Sum of RGB (Red+Green+Blue) = 83+66+62=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #53423E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53423E is #ACBDC1. Grayscale: #464646. Windows color (decimal): -11320770 or 4080211. OLE color: 4080211.

HSL color Cylindrical-coordinate representation of color #53423E: hue angle of 11.43º 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 #53423E is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB836662-
CMYK00.200.250.67
HSL11.43º14.48%28.43%-
HSV(B)11.43º25.3%32.55%-
XYZ6.386.085.4-
YUV70.63123.13136.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.34%
GREEN value IS 66 (26.17% from 255) = 31.28%
BLUE value IS 62 (24.61% from 255) = 29.38%
R=39.34%
G=31.28%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83666200.200.250.6711.4314.4828.43
Hex53423E0141943be1c
Octal1231027602431103131634
Binary101001110000101111100101001100110000111011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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