#53441D

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

Shades of Bronze Olive #53441D

Tints of Bronze Olive #53441D

Color information

#53441D (or 0x53441D) is unknown color: approx Bronze Olive. HEX triplet: 53, 44 and 1D. RGB value is (83,68,29). Sum of RGB (Red+Green+Blue) = 83+68+29=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #53441D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53441D is #ACBBE2. Grayscale: #444444. Windows color (decimal): -11320291 or 1918035. OLE color: 1918035.

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

Color convert

RGB836829-
CMYK00.180.650.67
HSL43.33º48.21%21.96%-
HSV(B)43.33º65.06%32.55%-
XYZ5.866.062.02-
YUV68.04105.97138.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.11%
GREEN value IS 68 (26.95% from 255) = 37.78%
BLUE value IS 29 (11.72% from 255) = 16.11%
R=46.11%
G=37.78%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83682900.180.650.6743.3348.2121.96
Hex53441D01241432b3016
Octal12310435022101103536026
Binary10100111000100111010100101000001100001110101111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53441D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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