#54321A

Color #54321A Brown Bramble (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Bramble #54321A

Tints of Brown Bramble #54321A

Color information

#54321A (or 0x54321A) is unknown color: approx Brown Bramble. HEX triplet: 54, 32 and 1A. RGB value is (84,50,26). Sum of RGB (Red+Green+Blue) = 84+50+26=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #54321A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54321A is #ABCDE5. Grayscale: #393939. Windows color (decimal): -11259366 or 1716820. OLE color: 1716820.

HSL color Cylindrical-coordinate representation of color #54321A: hue angle of 24.83º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #54321A is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB845026-
CMYK00.400.690.67
HSL24.83º52.73%21.57%-
HSV(B)24.83º69.05%32.94%-
XYZ4.984.241.53-
YUV57.43110.26146.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.5%
GREEN value IS 50 (19.92% from 255) = 31.25%
BLUE value IS 26 (10.55% from 255) = 16.25%
R=52.5%
G=31.25%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84502600.400.690.6724.8352.7321.57
Hex54321A0284543193516
Octal1246232050105103316526
Binary1010100110010110100101000100010110000111100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54321A; }

 p { color: rgb(84,50,26); }

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

<style>
 a { background-color: #54321A; }

 a { background-color: rgb(84,50,26); }

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

<style>
 span { border-color: #54321A; }

 span { border-color: rgb(84,50,26); }

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