#55431D

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

Shades of Bronze Olive #55431D

Tints of Bronze Olive #55431D

Color information

#55431D (or 0x55431D) is unknown color: approx Bronze Olive. HEX triplet: 55, 43 and 1D. RGB value is (85,67,29). Sum of RGB (Red+Green+Blue) = 85+67+29=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #55431D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55431D is #AABCE2. Grayscale: #444444. Windows color (decimal): -11189475 or 1917781. OLE color: 1917781.

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

Color convert

RGB856729-
CMYK00.210.660.67
HSL40.71º49.12%22.35%-
HSV(B)40.71º65.88%33.33%-
XYZ5.986.032.01-
YUV68.05105.96140.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.96%
GREEN value IS 67 (26.56% from 255) = 37.02%
BLUE value IS 29 (11.72% from 255) = 16.02%
R=46.96%
G=37.02%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85672900.210.660.6740.7149.1222.35
Hex55431D0154243293116
Octal12510335025102103516126
Binary10101011000011111010101011000010100001110100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55431D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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