#52441B

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

Shades of Bronze Olive #52441B

Tints of Bronze Olive #52441B

Color information

#52441B (or 0x52441B) is unknown color: approx Bronze Olive. HEX triplet: 52, 44 and 1B. RGB value is (82,68,27). Sum of RGB (Red+Green+Blue) = 82+68+27=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #52441B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52441B is #ADBBE4. Grayscale: #434343. Windows color (decimal): -11385829 or 1786962. OLE color: 1786962.

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

Color convert

RGB826827-
CMYK00.170.670.68
HSL44.73º50.46%21.37%-
HSV(B)44.73º67.07%32.16%-
XYZ5.746.011.89-
YUV67.51105.14138.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.33%
GREEN value IS 68 (26.95% from 255) = 38.42%
BLUE value IS 27 (10.94% from 255) = 15.25%
R=46.33%
G=38.42%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82682700.170.670.6844.7350.4621.37
Hex52441B01143442d3215
Octal12210433021103104556225
Binary10100101000100110110100011000011100010010110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52441B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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