Html Css Color HEX #524904 Bronze Olive

📋 copy color: '#524904'

red 82 ◦ green 73 ◦ blue 4

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

Shades of Bronze Olive #524904

Tints of Bronze Olive #524904

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.91%

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

R = 51.57%
G = 45.91%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#524904 (or 0x524904) is known color: Bronze Olive. HEX triplet: 52, 49 and 04. RGB value is (82,73,4). Sum of RGB (Red+Green+Blue) = 82+73+4=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #524904 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524904 is #ADB6FB. Grayscale: #444444. Windows color (decimal): -11384572 or 280914. OLE color: 280914.

HSL color Cylindrical-coordinate representation of color #524904: hue angle of 53.08º 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 #524904 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 73 4 -
CMYK 0 0.11 0.95 0.68
HSL 53.08º 0.91% 0.17% -
HSV(B) 53.08º 0.95% 0.32% -
XYZ 5.88 6.57 1.07 -
YUV 67.83 91.98 138.11 -
System Red Green Blue C M Y K H S L
Decimal 82 73 4 0 0.11 0.95 0.68 53.08 0.91 0.17
Hex 52 49 4 0 B 5F 44 35 5B 11
Octal 122 111 4 0 13 137 104 65 133 21
Binary 1010010 1001001 100 0 1011 1011111 1000100 110101 1011011 10001

Color Harmonies of #524904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524904

Black with #524904

Text Example


Text Example

White with #524904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524904; }

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

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

background-color css

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

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

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

border-color css

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

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

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