#54431F

Color #54431F Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #54431F

Tints of Bronze Olive #54431F

Color information

#54431F (or 0x54431F) is unknown color: approx Bronze Olive. HEX triplet: 54, 43 and 1F. RGB value is (84,67,31). Sum of RGB (Red+Green+Blue) = 84+67+31=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #54431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54431F is #ABBCE0. Grayscale: #444444. Windows color (decimal): -11255009 or 2048852. OLE color: 2048852.

HSL color Cylindrical-coordinate representation of color #54431F: hue angle of 40.75º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54431F is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB846731-
CMYK00.200.630.67
HSL40.75º46.09%22.55%-
HSV(B)40.75º63.1%32.94%-
XYZ5.9162.14-
YUV67.98107.13139.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.15%
GREEN value IS 67 (26.56% from 255) = 36.81%
BLUE value IS 31 (12.5% from 255) = 17.03%
R=46.15%
G=36.81%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84673100.200.630.6740.7546.0922.55
Hex54431F0143F43292e17
Octal1241033702477103515627
Binary1010100100001111111010100111111100001110100110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54431F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,67,31); }

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

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

 a { background-color: rgb(84,67,31); }

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

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

 span { border-color: rgb(84,67,31); }

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