Html Css Color HEX #524908 Bronze Olive

📋 copy color: '#524908'

red 82 ◦ green 73 ◦ blue 8

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

Shades of Bronze Olive #524908

Tints of Bronze Olive #524908

RGB

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

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

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

R = 50.31%
G = 44.79%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#524908 (or 0x524908) is known color: Bronze Olive. HEX triplet: 52, 49 and 08. RGB value is (82,73,8). Sum of RGB (Red+Green+Blue) = 82+73+8=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #524908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524908 is #ADB6F7. Grayscale: #444444. Windows color (decimal): -11384568 or 543058. OLE color: 543058.

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

Color convert

RGB 82 73 8 -
CMYK 0 0.11 0.90 0.68
HSL 52.7º 0.82% 0.18% -
HSV(B) 52.7º 0.9% 0.32% -
XYZ 5.91 6.58 1.19 -
YUV 68.28 93.98 137.79 -
System Red Green Blue C M Y K H S L
Decimal 82 73 8 0 0.11 0.90 0.68 52.7 0.82 0.18
Hex 52 49 8 0 B 5A 44 35 52 12
Octal 122 111 10 0 13 132 104 65 122 22
Binary 1010010 1001001 1000 0 1011 1011010 1000100 110101 1010010 10010

Color Harmonies of #524908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524908

Black with #524908

Text Example


Text Example

White with #524908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524908; }

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

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

background-color css

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

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

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

border-color css

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

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

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