#54431D

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

Shades of Bronze Olive #54431D

Tints of Bronze Olive #54431D

Color information

#54431D (or 0x54431D) is unknown color: approx Bronze Olive. HEX triplet: 54, 43 and 1D. RGB value is (84,67,29). Sum of RGB (Red+Green+Blue) = 84+67+29=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #54431D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54431D is #ABBCE2. Grayscale: #434343. Windows color (decimal): -11255011 or 1917780. OLE color: 1917780.

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

Color convert

RGB846729-
CMYK00.200.650.67
HSL41.45º48.67%22.16%-
HSV(B)41.45º65.48%32.94%-
XYZ5.895.992.01-
YUV67.75106.13139.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.67%
GREEN value IS 67 (26.56% from 255) = 37.22%
BLUE value IS 29 (11.72% from 255) = 16.11%
R=46.67%
G=37.22%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84672900.200.650.6741.4548.6722.16
Hex54431D0144143293116
Octal12410335024101103516126
Binary10101001000011111010101001000001100001110100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54431D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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