Html Css Color HEX #524605 Bronze Olive

📋 copy color: '#524605'

red 82 ◦ green 70 ◦ blue 5

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

Shades of Bronze Olive #524605

Tints of Bronze Olive #524605

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.59%

 BLUE value IS 5 (2.34% from 255) = 3.18%

R = 52.23%
G = 44.59%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#524605 (or 0x524605) is known color: Bronze Olive. HEX triplet: 52, 46 and 05. RGB value is (82,70,5). Sum of RGB (Red+Green+Blue) = 82+70+5=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #524605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524605 is #ADB9FA. Grayscale: #424242. Windows color (decimal): -11385339 or 345682. OLE color: 345682.

HSL color Cylindrical-coordinate representation of color #524605: hue angle of 50.65º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #524605 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 70 5 -
CMYK 0 0.15 0.94 0.68
HSL 50.65º 0.89% 0.17% -
HSV(B) 50.65º 0.94% 0.32% -
XYZ 5.7 6.19 1.04 -
YUV 66.18 93.48 139.29 -
System Red Green Blue C M Y K H S L
Decimal 82 70 5 0 0.15 0.94 0.68 50.65 0.89 0.17
Hex 52 46 5 0 F 5E 44 33 59 11
Octal 122 106 5 0 17 136 104 63 131 21
Binary 1010010 1000110 101 0 1111 1011110 1000100 110011 1011001 10001

Color Harmonies of #524605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524605

Black with #524605

Text Example


Text Example

White with #524605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524605; }

 p { color: rgb(82,70,5); }

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

background-color css

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

 a { background-color: rgb(82,70,5); }

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

border-color css

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

 span { border-color: rgb(82,70,5); }

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