#55431F

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

Shades of Bronze Olive #55431F

Tints of Bronze Olive #55431F

Color information

#55431F (or 0x55431F) is unknown color: approx Bronze Olive. HEX triplet: 55, 43 and 1F. RGB value is (85,67,31). Sum of RGB (Red+Green+Blue) = 85+67+31=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #55431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55431F is #AABCE0. Grayscale: #444444. Windows color (decimal): -11189473 or 2048853. OLE color: 2048853.

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

Color convert

RGB856731-
CMYK00.210.640.67
HSL40º46.55%22.75%-
HSV(B)40º63.53%33.33%-
XYZ66.042.15-
YUV68.28106.96139.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.45%
GREEN value IS 67 (26.56% from 255) = 36.61%
BLUE value IS 31 (12.5% from 255) = 16.94%
R=46.45%
G=36.61%
B=16.94%

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
Decimal85673100.210.640.674046.5522.75
Hex55431F0154043282f17
Octal12510337025100103505727
Binary10101011000011111110101011000000100001110100010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55431F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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