Html Css Color HEX #524902 Bronze Olive

📋 copy color: '#524902'

red 82 ◦ green 73 ◦ blue 2

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

Shades of Bronze Olive #524902

Tints of Bronze Olive #524902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.27%

R = 52.23%
G = 46.5%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#524902 (or 0x524902) is known color: Bronze Olive. HEX triplet: 52, 49 and 02. RGB value is (82,73,2). Sum of RGB (Red+Green+Blue) = 82+73+2=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #524902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524902 is #ADB6FD. Grayscale: #434343. Windows color (decimal): -11384574 or 149842. OLE color: 149842.

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

Color convert

RGB 82 73 2 -
CMYK 0 0.11 0.98 0.68
HSL 53.25º 0.95% 0.16% -
HSV(B) 53.25º 0.98% 0.32% -
XYZ 5.87 6.56 1.01 -
YUV 67.6 90.98 138.27 -
System Red Green Blue C M Y K H S L
Decimal 82 73 2 0 0.11 0.98 0.68 53.25 0.95 0.16
Hex 52 49 2 0 B 62 44 35 5F 10
Octal 122 111 2 0 13 142 104 65 137 20
Binary 1010010 1001001 10 0 1011 1100010 1000100 110101 1011111 10000

Color Harmonies of #524902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524902

Black with #524902

Text Example


Text Example

White with #524902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524902; }

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

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

background-color css

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

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

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

border-color css

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

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

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