Html Css Color HEX #524B12 Bronze Olive

📋 copy color: '#524B12'

red 82 ◦ green 75 ◦ blue 18

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

Shades of Bronze Olive #524B12

Tints of Bronze Olive #524B12

RGB

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

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

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

R = 46.86%
G = 42.86%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#524B12 (or 0x524B12) is known color: Bronze Olive. HEX triplet: 52, 4B and 12. RGB value is (82,75,18). Sum of RGB (Red+Green+Blue) = 82+75+18=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 82 - color contains mainly: red. Hex color #524B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524B12 is #ADB4ED. Grayscale: #464646. Windows color (decimal): -11384046 or 1198930. OLE color: 1198930.

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

Color convert

RGB 82 75 18 -
CMYK 0 0.09 0.78 0.68
HSL 53.44º 0.64% 0.2% -
HSV(B) 53.44º 0.78% 0.32% -
XYZ 6.1 6.87 1.58 -
YUV 70.6 98.32 136.13 -
System Red Green Blue C M Y K H S L
Decimal 82 75 18 0 0.09 0.78 0.68 53.44 0.64 0.2
Hex 52 4B 12 0 9 4E 44 35 40 14
Octal 122 113 22 0 11 116 104 65 100 24
Binary 1010010 1001011 10010 0 1001 1001110 1000100 110101 1000000 10100

Color Harmonies of #524B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524B12

Black with #524B12

Text Example


Text Example

White with #524B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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