#53441B

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

Shades of Bronze Olive #53441B

Tints of Bronze Olive #53441B

Color information

#53441B (or 0x53441B) is unknown color: approx Bronze Olive. HEX triplet: 53, 44 and 1B. RGB value is (83,68,27). Sum of RGB (Red+Green+Blue) = 83+68+27=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #53441B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53441B is #ACBBE4. Grayscale: #434343. Windows color (decimal): -11320293 or 1786963. OLE color: 1786963.

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

Color convert

RGB836827-
CMYK00.180.670.67
HSL43.93º50.91%21.57%-
HSV(B)43.93º67.47%32.55%-
XYZ5.836.051.9-
YUV67.81104.97138.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.63%
GREEN value IS 68 (26.95% from 255) = 38.20%
BLUE value IS 27 (10.94% from 255) = 15.17%
R=46.63%
G=38.20%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83682700.180.670.6743.9350.9121.57
Hex53441B01243432c3316
Octal12310433022103103546326
Binary10100111000100110110100101000011100001110110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53441B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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