#5A451F

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

Shades of Bronze Olive #5A451F

Tints of Bronze Olive #5A451F

Color information

#5A451F (or 0x5A451F) is unknown color: approx Bronze Olive. HEX triplet: 5A, 45 and 1F. RGB value is (90,69,31). Sum of RGB (Red+Green+Blue) = 90+69+31=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 90 - color contains mainly: red. Hex color #5A451F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A451F is #A5BAE0. Grayscale: #474747. Windows color (decimal): -10861281 or 2049370. OLE color: 2049370.

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

Color convert

RGB906931-
CMYK00.230.660.65
HSL38.64º48.76%23.73%-
HSV(B)38.64º65.56%35.29%-
XYZ6.596.532.21-
YUV70.95105.46141.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 47.37%
GREEN value IS 69 (27.34% from 255) = 36.32%
BLUE value IS 31 (12.5% from 255) = 16.32%
R=47.37%
G=36.32%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90693100.230.660.6538.6448.7623.73
Hex5A451F0174241273118
Octal13210537027102101476130
Binary10110101000101111110101111000010100000110011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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