#55431C

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

Shades of Bronze Olive #55431C

Tints of Bronze Olive #55431C

Color information

#55431C (or 0x55431C) is unknown color: approx Bronze Olive. HEX triplet: 55, 43 and 1C. RGB value is (85,67,28). Sum of RGB (Red+Green+Blue) = 85+67+28=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #55431C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55431C is #AABCE3. Grayscale: #444444. Windows color (decimal): -11189476 or 1852245. OLE color: 1852245.

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

Color convert

RGB856728-
CMYK00.210.670.67
HSL41.05º50.44%22.16%-
HSV(B)41.05º67.06%33.33%-
XYZ5.966.031.95-
YUV67.94105.46140.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.22%
GREEN value IS 67 (26.56% from 255) = 37.22%
BLUE value IS 28 (11.33% from 255) = 15.56%
R=47.22%
G=37.22%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85672800.210.670.6741.0550.4422.16
Hex55431C0154343293216
Octal12510334025103103516226
Binary10101011000011111000101011000011100001110100111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55431C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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