Html Css Color HEX #524808 Bronze Olive

📋 copy color: '#524808'

red 82 ◦ green 72 ◦ blue 8

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

Shades of Bronze Olive #524808

Tints of Bronze Olive #524808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.94%

R = 50.62%
G = 44.44%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#524808 (or 0x524808) is known color: Bronze Olive. HEX triplet: 52, 48 and 08. RGB value is (82,72,8). Sum of RGB (Red+Green+Blue) = 82+72+8=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #524808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524808 is #ADB7F7. Grayscale: #434343. Windows color (decimal): -11384824 or 542802. OLE color: 542802.

HSL color Cylindrical-coordinate representation of color #524808: hue angle of 51.89º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #524808 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 72 8 -
CMYK 0 0.12 0.90 0.68
HSL 51.89º 0.82% 0.18% -
HSV(B) 51.89º 0.9% 0.32% -
XYZ 5.84 6.45 1.17 -
YUV 67.69 94.31 138.2 -
System Red Green Blue C M Y K H S L
Decimal 82 72 8 0 0.12 0.90 0.68 51.89 0.82 0.18
Hex 52 48 8 0 C 5A 44 34 52 12
Octal 122 110 10 0 14 132 104 64 122 22
Binary 1010010 1001000 1000 0 1100 1011010 1000100 110100 1010010 10010

Color Harmonies of #524808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524808

Black with #524808

Text Example


Text Example

White with #524808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524808; }

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

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

background-color css

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

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

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

border-color css

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

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

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