Html Css Color HEX #524804 Bronze Olive

📋 copy color: '#524804'

red 82 ◦ green 72 ◦ blue 4

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

Shades of Bronze Olive #524804

Tints of Bronze Olive #524804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.57%

 BLUE value IS 4 (1.95% from 255) = 2.53%

R = 51.9%
G = 45.57%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#524804 (or 0x524804) is known color: Bronze Olive. HEX triplet: 52, 48 and 04. RGB value is (82,72,4). Sum of RGB (Red+Green+Blue) = 82+72+4=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #524804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524804 is #ADB7FB. Grayscale: #434343. Windows color (decimal): -11384828 or 280658. OLE color: 280658.

HSL color Cylindrical-coordinate representation of color #524804: hue angle of 52.31º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #524804 is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 72 4 -
CMYK 0 0.12 0.95 0.68
HSL 52.31º 0.91% 0.17% -
HSV(B) 52.31º 0.95% 0.32% -
XYZ 5.82 6.44 1.05 -
YUV 67.24 92.31 138.53 -
System Red Green Blue C M Y K H S L
Decimal 82 72 4 0 0.12 0.95 0.68 52.31 0.91 0.17
Hex 52 48 4 0 C 5F 44 34 5B 11
Octal 122 110 4 0 14 137 104 64 133 21
Binary 1010010 1001000 100 0 1100 1011111 1000100 110100 1011011 10001

Color Harmonies of #524804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524804

Black with #524804

Text Example


Text Example

White with #524804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524804; }

 p { color: rgb(82,72,4); }

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

background-color css

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

 a { background-color: rgb(82,72,4); }

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

border-color css

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

 span { border-color: rgb(82,72,4); }

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