#54423F

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

Shades of Crater Brown #54423F

Tints of Crater Brown #54423F

Color information

#54423F (or 0x54423F) is unknown color: approx Crater Brown. HEX triplet: 54, 42 and 3F. RGB value is (84,66,63). Sum of RGB (Red+Green+Blue) = 84+66+63=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 84 - color contains mainly: red. Hex color #54423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54423F is #ABBDC0. Grayscale: #474747. Windows color (decimal): -11255233 or 4145748. OLE color: 4145748.

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

Color convert

RGB846663-
CMYK00.210.250.67
HSL8.57º14.29%28.82%-
HSV(B)8.57º25%32.94%-
XYZ6.56.145.55-
YUV71.04123.46137.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.44%
GREEN value IS 66 (26.17% from 255) = 30.99%
BLUE value IS 63 (25% from 255) = 29.58%
R=39.44%
G=30.99%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84666300.210.250.678.5714.2928.82
Hex54423F01519439e1d
Octal1241027702531103111635
Binary101010010000101111110101011100110000111001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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