Html Css Color HEX #524D12 Bronze Olive

📋 copy color: '#524D12'

red 82 ◦ green 77 ◦ blue 18

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

Shades of Bronze Olive #524D12

Tints of Bronze Olive #524D12

RGB

 RED value IS 82 (32.42% from 255) = 46.33%

 GREEN value IS 77 (30.47% from 255) = 43.5%

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

R = 46.33%
G = 43.5%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#524D12 (or 0x524D12) is known color: Bronze Olive. HEX triplet: 52, 4D and 12. RGB value is (82,77,18). Sum of RGB (Red+Green+Blue) = 82+77+18=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #524D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524D12 is #ADB2ED. Grayscale: #484848. Windows color (decimal): -11383534 or 1199442. OLE color: 1199442.

HSL color Cylindrical-coordinate representation of color #524D12: hue angle of 55.31º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #524D12 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 77 18 -
CMYK 0 0.06 0.78 0.68
HSL 55.31º 0.64% 0.2% -
HSV(B) 55.31º 0.78% 0.32% -
XYZ 6.24 7.15 1.62 -
YUV 71.77 97.66 135.3 -
System Red Green Blue C M Y K H S L
Decimal 82 77 18 0 0.06 0.78 0.68 55.31 0.64 0.2
Hex 52 4D 12 0 6 4E 44 37 40 14
Octal 122 115 22 0 6 116 104 67 100 24
Binary 1010010 1001101 10010 0 110 1001110 1000100 110111 1000000 10100

Color Harmonies of #524D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D12

Black with #524D12

Text Example


Text Example

White with #524D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524D12; }

 p { color: rgb(82,77,18); }

 H1.HeaderClassName
 {
   color: #524D12;
 }
 .AnyTagClassName
 {
   color: #524D12;
 }
</style>

background-color css

<style>
 a { background-color: #524D12; }

 a { background-color: rgb(82,77,18); }

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

border-color css

<style>
 span { border-color: #524D12; }

 span { border-color: rgb(82,77,18); }

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