#504B26

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

Shades of Bronze Olive #504B26

Tints of Bronze Olive #504B26

Color information

#504B26 (or 0x504B26) is unknown color: approx Bronze Olive. HEX triplet: 50, 4B and 26. RGB value is (80,75,38). Sum of RGB (Red+Green+Blue) = 80+75+38=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #504B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504B26 is #AFB4D9. Grayscale: #484848. Windows color (decimal): -11515098 or 2509648. OLE color: 2509648.

HSL color Cylindrical-coordinate representation of color #504B26: hue angle of 52.86º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #504B26 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB807538-
CMYK00.060.520.69
HSL52.86º35.59%23.14%-
HSV(B)52.86º52.5%31.37%-
XYZ6.176.882.84-
YUV72.28108.66133.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.45%
GREEN value IS 75 (29.69% from 255) = 38.86%
BLUE value IS 38 (15.23% from 255) = 19.69%
R=41.45%
G=38.86%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80753800.060.520.6952.8635.5923.14
Hex504B26063445352417
Octal120113460664105654427
Binary101000010010111001100110110100100010111010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504B26; }

 p { color: rgb(80,75,38); }

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

<style>
 a { background-color: #504B26; }

 a { background-color: rgb(80,75,38); }

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

<style>
 span { border-color: #504B26; }

 span { border-color: rgb(80,75,38); }

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