#53441C

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

Shades of Bronze Olive #53441C

Tints of Bronze Olive #53441C

Color information

#53441C (or 0x53441C) is unknown color: approx Bronze Olive. HEX triplet: 53, 44 and 1C. RGB value is (83,68,28). Sum of RGB (Red+Green+Blue) = 83+68+28=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #53441C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53441C is #ACBBE3. Grayscale: #444444. Windows color (decimal): -11320292 or 1852499. OLE color: 1852499.

HSL color Cylindrical-coordinate representation of color #53441C: hue angle of 43.64º degrees, saturation: 0.5, 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 #53441C is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB836828-
CMYK00.180.660.67
HSL43.64º49.55%21.76%-
HSV(B)43.64º66.27%32.55%-
XYZ5.846.061.96-
YUV67.93105.47138.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.37%
GREEN value IS 68 (26.95% from 255) = 37.99%
BLUE value IS 28 (11.33% from 255) = 15.64%
R=46.37%
G=37.99%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83682800.180.660.6743.6449.5521.76
Hex53441C01242432c3216
Octal12310434022102103546226
Binary10100111000100111000100101000010100001110110011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53441C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,68,28); }

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

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

 a { background-color: rgb(83,68,28); }

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

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

 span { border-color: rgb(83,68,28); }

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