Html Css Color HEX #524802 Bronze Olive

📋 copy color: '#524802'

red 82 ◦ green 72 ◦ blue 2

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

Shades of Bronze Olive #524802

Tints of Bronze Olive #524802

RGB

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

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

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

R = 52.56%
G = 46.15%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#524802 (or 0x524802) is known color: Bronze Olive. HEX triplet: 52, 48 and 02. RGB value is (82,72,2). Sum of RGB (Red+Green+Blue) = 82+72+2=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #524802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524802 is #ADB7FD. Grayscale: #434343. Windows color (decimal): -11384830 or 149586. OLE color: 149586.

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

Color convert

RGB 82 72 2 -
CMYK 0 0.12 0.98 0.68
HSL 52.5º 0.95% 0.16% -
HSV(B) 52.5º 0.98% 0.32% -
XYZ 5.81 6.43 0.99 -
YUV 67.01 91.31 138.69 -
System Red Green Blue C M Y K H S L
Decimal 82 72 2 0 0.12 0.98 0.68 52.5 0.95 0.16
Hex 52 48 2 0 C 62 44 34 5F 10
Octal 122 110 2 0 14 142 104 64 137 20
Binary 1010010 1001000 10 0 1100 1100010 1000100 110100 1011111 10000

Color Harmonies of #524802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524802

Black with #524802

Text Example


Text Example

White with #524802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524802; }

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

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

background-color css

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

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

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

border-color css

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

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

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