Html Css Color HEX #504B1E Bronze Olive

📋 copy color: '#504B1E'

red 80 ◦ green 75 ◦ blue 30

#504B1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #504B1E

Tints of Bronze Olive #504B1E

RGB

 RED value IS 80 (31.64% from 255) = 43.24%

 GREEN value IS 75 (29.69% from 255) = 40.54%

 BLUE value IS 30 (12.11% from 255) = 16.22%

R = 43.24%
G = 40.54%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#504B1E (or 0x504B1E) is known color: Bronze Olive. HEX triplet: 50, 4B and 1E. RGB value is (80,75,30). Sum of RGB (Red+Green+Blue) = 80+75+30=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #504B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504B1E is #AFB4E1. Grayscale: #474747. Windows color (decimal): -11515106 or 1985360. OLE color: 1985360.

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

Color convert

RGB 80 75 30 -
CMYK 0 0.06 0.62 0.69
HSL 54º 0.45% 0.22% -
HSV(B) 54º 0.63% 0.31% -
XYZ 6.06 6.83 2.23 -
YUV 71.37 104.66 134.16 -
System Red Green Blue C M Y K H S L
Decimal 80 75 30 0 0.06 0.62 0.69 54 0.45 0.22
Hex 50 4B 1E 0 6 3E 45 36 2D 16
Octal 120 113 36 0 6 76 105 66 55 26
Binary 1010000 1001011 11110 0 110 111110 1000101 110110 101101 10110

Color Harmonies of #504B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504B1E

Black with #504B1E

Text Example


Text Example

White with #504B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #504B1E;
 }
 .AnyTagClassName
 {
   color: #504B1E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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