Html Css Color HEX #524901 Bronze Olive

📋 copy color: '#524901'

red 82 ◦ green 73 ◦ blue 1

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

Shades of Bronze Olive #524901

Tints of Bronze Olive #524901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.64%

R = 52.56%
G = 46.79%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#524901 (or 0x524901) is known color: Bronze Olive. HEX triplet: 52, 49 and 01. RGB value is (82,73,1). Sum of RGB (Red+Green+Blue) = 82+73+1=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #524901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524901 is #ADB6FE. Grayscale: #434343. Windows color (decimal): -11384575 or 84306. OLE color: 84306.

HSL color Cylindrical-coordinate representation of color #524901: hue angle of 53.33º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #524901 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 73 1 -
CMYK 0 0.11 0.99 0.68
HSL 53.33º 0.98% 0.16% -
HSV(B) 53.33º 0.99% 0.32% -
XYZ 5.87 6.56 0.99 -
YUV 67.48 90.48 138.35 -
System Red Green Blue C M Y K H S L
Decimal 82 73 1 0 0.11 0.99 0.68 53.33 0.98 0.16
Hex 52 49 1 0 B 63 44 35 62 10
Octal 122 111 1 0 13 143 104 65 142 20
Binary 1010010 1001001 1 0 1011 1100011 1000100 110101 1100010 10000

Color Harmonies of #524901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524901

Black with #524901

Text Example


Text Example

White with #524901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524901; }

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

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

background-color css

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

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

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

border-color css

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

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

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