#54421E

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

Shades of Bronze Olive #54421E

Tints of Bronze Olive #54421E

Color information

#54421E (or 0x54421E) is unknown color: approx Bronze Olive. HEX triplet: 54, 42 and 1E. RGB value is (84,66,30). Sum of RGB (Red+Green+Blue) = 84+66+30=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #54421E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54421E is #ABBDE1. Grayscale: #434343. Windows color (decimal): -11255266 or 1983060. OLE color: 1983060.

HSL color Cylindrical-coordinate representation of color #54421E: hue angle of 40º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54421E is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB846630-
CMYK00.210.640.67
HSL40º47.37%22.35%-
HSV(B)40º64.29%32.94%-
XYZ5.845.872.05-
YUV67.28106.96139.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.67%
GREEN value IS 66 (26.17% from 255) = 36.67%
BLUE value IS 30 (12.11% from 255) = 16.67%
R=46.67%
G=36.67%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84663000.210.640.674047.3722.35
Hex54421E0154043282f16
Octal12410236025100103505726
Binary10101001000010111100101011000000100001110100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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