Html Css Color HEX #524C12 Bronze Olive

📋 copy color: '#524C12'

red 82 ◦ green 76 ◦ blue 18

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

Shades of Bronze Olive #524C12

Tints of Bronze Olive #524C12

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.18%

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

R = 46.59%
G = 43.18%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#524C12 (or 0x524C12) is known color: Bronze Olive. HEX triplet: 52, 4C and 12. RGB value is (82,76,18). Sum of RGB (Red+Green+Blue) = 82+76+18=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #524C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524C12 is #ADB3ED. Grayscale: #474747. Windows color (decimal): -11383790 or 1199186. OLE color: 1199186.

HSL color Cylindrical-coordinate representation of color #524C12: hue angle of 54.38º 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 #524C12 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 76 18 -
CMYK 0 0.07 0.78 0.68
HSL 54.38º 0.64% 0.2% -
HSV(B) 54.38º 0.78% 0.32% -
XYZ 6.17 7.01 1.6 -
YUV 71.18 97.99 135.72 -
System Red Green Blue C M Y K H S L
Decimal 82 76 18 0 0.07 0.78 0.68 54.38 0.64 0.2
Hex 52 4C 12 0 7 4E 44 36 40 14
Octal 122 114 22 0 7 116 104 66 100 24
Binary 1010010 1001100 10010 0 111 1001110 1000100 110110 1000000 10100

Color Harmonies of #524C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524C12

Black with #524C12

Text Example


Text Example

White with #524C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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