Html Css Color HEX #504B12 Bronze Olive

📋 copy color: '#504B12'

red 80 ◦ green 75 ◦ blue 18

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

Shades of Bronze Olive #504B12

Tints of Bronze Olive #504B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.4%

R = 46.24%
G = 43.35%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#504B12 (or 0x504B12) is known color: Bronze Olive. HEX triplet: 50, 4B and 12. RGB value is (80,75,18). Sum of RGB (Red+Green+Blue) = 80+75+18=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #504B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504B12 is #AFB4ED. Grayscale: #464646. Windows color (decimal): -11515118 or 1198928. OLE color: 1198928.

HSL color Cylindrical-coordinate representation of color #504B12: hue angle of 55.16º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #504B12 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 75 18 -
CMYK 0 0.06 0.78 0.69
HSL 55.16º 0.63% 0.19% -
HSV(B) 55.16º 0.78% 0.31% -
XYZ 5.93 6.78 1.57 -
YUV 70 98.66 135.13 -
System Red Green Blue C M Y K H S L
Decimal 80 75 18 0 0.06 0.78 0.69 55.16 0.63 0.19
Hex 50 4B 12 0 6 4E 45 37 3F 13
Octal 120 113 22 0 6 116 105 67 77 23
Binary 1010000 1001011 10010 0 110 1001110 1000101 110111 111111 10011

Color Harmonies of #504B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504B12

Black with #504B12

Text Example


Text Example

White with #504B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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