#54423D

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

Shades of Crater Brown #54423D

Tints of Crater Brown #54423D

Color information

#54423D (or 0x54423D) is unknown color: approx Crater Brown. HEX triplet: 54, 42 and 3D. RGB value is (84,66,61). Sum of RGB (Red+Green+Blue) = 84+66+61=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 84 - color contains mainly: red. Hex color #54423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54423D is #ABBDC2. Grayscale: #464646. Windows color (decimal): -11255235 or 4014676. OLE color: 4014676.

HSL color Cylindrical-coordinate representation of color #54423D: hue angle of 13.04º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #54423D is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB846661-
CMYK00.210.270.67
HSL13.04º15.86%28.43%-
HSV(B)13.04º27.38%32.94%-
XYZ6.456.125.26-
YUV70.81122.46137.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.81%
GREEN value IS 66 (26.17% from 255) = 31.28%
BLUE value IS 61 (24.22% from 255) = 28.91%
R=39.81%
G=31.28%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84666100.210.270.6713.0415.8628.43
Hex54423D0151B43d101c
Octal1241027502533103152034
Binary1010100100001011110101010111011100001111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,66,61); }

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

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

 a { background-color: rgb(84,66,61); }

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

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

 span { border-color: rgb(84,66,61); }

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