#52441A

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

Shades of Bronze Olive #52441A

Tints of Bronze Olive #52441A

Color information

#52441A (or 0x52441A) is unknown color: approx Bronze Olive. HEX triplet: 52, 44 and 1A. RGB value is (82,68,26). Sum of RGB (Red+Green+Blue) = 82+68+26=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #52441A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52441A is #ADBBE5. Grayscale: #434343. Windows color (decimal): -11385830 or 1721426. OLE color: 1721426.

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

Color convert

RGB826826-
CMYK00.170.680.68
HSL45º51.85%21.18%-
HSV(B)45º68.29%32.16%-
XYZ5.7361.83-
YUV67.4104.64138.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.59%
GREEN value IS 68 (26.95% from 255) = 38.64%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=46.59%
G=38.64%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82682600.170.680.684551.8521.18
Hex52441A01144442d3415
Octal12210432021104104556425
Binary10100101000100110100100011000100100010010110111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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