#54253E

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

Shades of Barossa #54253E

Tints of Barossa #54253E

Color information

#54253E (or 0x54253E) is unknown color: approx Barossa. HEX triplet: 54, 25 and 3E. RGB value is (84,37,62). Sum of RGB (Red+Green+Blue) = 84+37+62=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #54253E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54253E is #ABDAC1. Grayscale: #353535. Windows color (decimal): -11262658 or 4072788. OLE color: 4072788.

HSL color Cylindrical-coordinate representation of color #54253E: hue angle of 328.09º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54253E is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB843762-
CMYK00.560.260.67
HSL328.09º38.84%23.73%-
HSV(B)328.09º55.95%32.94%-
XYZ5.193.564.97-
YUV53.9132.57149.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.90%
GREEN value IS 37 (14.84% from 255) = 20.22%
BLUE value IS 62 (24.61% from 255) = 33.88%
R=45.90%
G=20.22%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84376200.560.260.67328.0938.8423.73
Hex54253E0381A431482718
Octal1244576070321035104730
Binary1010100100101111110011100011010100001110100100010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54253E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,37,62); }

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

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

 a { background-color: rgb(84,37,62); }

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

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

 span { border-color: rgb(84,37,62); }

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