#504B23

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

Shades of Bronze Olive #504B23

Tints of Bronze Olive #504B23

Color information

#504B23 (or 0x504B23) is unknown color: approx Bronze Olive. HEX triplet: 50, 4B and 23. RGB value is (80,75,35). Sum of RGB (Red+Green+Blue) = 80+75+35=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 75 (29.69% from 255 or 39.47% from 190); Blue value is 35 (14.06% from 255 or 18.42% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #504B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504B23 is #AFB4DC. Grayscale: #484848. Windows color (decimal): -11515101 or 2313040. OLE color: 2313040.

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

Color convert

RGB807535-
CMYK00.060.560.69
HSL53.33º39.13%22.55%-
HSV(B)53.33º56.25%31.37%-
XYZ6.136.862.59-
YUV71.93107.16133.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.11%
GREEN value IS 75 (29.69% from 255) = 39.47%
BLUE value IS 35 (14.06% from 255) = 18.42%
R=42.11%
G=39.47%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80753500.060.560.6953.3339.1322.55
Hex504B23063845352717
Octal120113430670105654727
Binary101000010010111000110110111000100010111010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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