#5A451C

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

Shades of Bronze Olive #5A451C

Tints of Bronze Olive #5A451C

Color information

#5A451C (or 0x5A451C) is unknown color: approx Bronze Olive. HEX triplet: 5A, 45 and 1C. RGB value is (90,69,28). Sum of RGB (Red+Green+Blue) = 90+69+28=187 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.13% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 90 - color contains mainly: red. Hex color #5A451C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A451C is #A5BAE3. Grayscale: #464646. Windows color (decimal): -10861284 or 1852762. OLE color: 1852762.

HSL color Cylindrical-coordinate representation of color #5A451C: hue angle of 39.68º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A451C is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB906928-
CMYK00.230.690.65
HSL39.68º52.54%23.14%-
HSV(B)39.68º68.89%35.29%-
XYZ6.556.512.01-
YUV70.6103.96141.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 48.13%
GREEN value IS 69 (27.34% from 255) = 36.90%
BLUE value IS 28 (11.33% from 255) = 14.97%
R=48.13%
G=36.90%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90692800.230.690.6539.6852.5423.14
Hex5A451C0174541283517
Octal13210534027105101506527
Binary10110101000101111000101111000101100000110100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A451C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A451C; }

 p { color: rgb(90,69,28); }

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

<style>
 a { background-color: #5A451C; }

 a { background-color: rgb(90,69,28); }

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

<style>
 span { border-color: #5A451C; }

 span { border-color: rgb(90,69,28); }

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