#52441D

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

Shades of Bronze Olive #52441D

Tints of Bronze Olive #52441D

Color information

#52441D (or 0x52441D) is unknown color: approx Bronze Olive. HEX triplet: 52, 44 and 1D. RGB value is (82,68,29). Sum of RGB (Red+Green+Blue) = 82+68+29=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #52441D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52441D is #ADBBE2. Grayscale: #434343. Windows color (decimal): -11385827 or 1918034. OLE color: 1918034.

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

Color convert

RGB826829-
CMYK00.170.650.68
HSL44.15º47.75%21.76%-
HSV(B)44.15º64.63%32.16%-
XYZ5.776.022.02-
YUV67.74106.14138.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.81%
GREEN value IS 68 (26.95% from 255) = 37.99%
BLUE value IS 29 (11.72% from 255) = 16.20%
R=45.81%
G=37.99%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82682900.170.650.6844.1547.7521.76
Hex52441D01141442c3016
Octal12210435021101104546026
Binary10100101000100111010100011000001100010010110011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52441D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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