Html Css Color HEX #524621 Bronze Olive

📋 copy color: '#524621'

red 82 ◦ green 70 ◦ blue 33

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

Shades of Bronze Olive #524621

Tints of Bronze Olive #524621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.84%

R = 44.32%
G = 37.84%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#524621 (or 0x524621) is known color: Bronze Olive. HEX triplet: 52, 46 and 21. RGB value is (82,70,33). Sum of RGB (Red+Green+Blue) = 82+70+33=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #524621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524621 is #ADB9DE. Grayscale: #454545. Windows color (decimal): -11385311 or 2180690. OLE color: 2180690.

HSL color Cylindrical-coordinate representation of color #524621: hue angle of 45.31º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #524621 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 70 33 -
CMYK 0 0.15 0.60 0.68
HSL 45.31º 0.43% 0.23% -
HSV(B) 45.31º 0.6% 0.32% -
XYZ 5.94 6.28 2.34 -
YUV 69.37 107.48 137.01 -
System Red Green Blue C M Y K H S L
Decimal 82 70 33 0 0.15 0.60 0.68 45.31 0.43 0.23
Hex 52 46 21 0 F 3C 44 2D 2B 17
Octal 122 106 41 0 17 74 104 55 53 27
Binary 1010010 1000110 100001 0 1111 111100 1000100 101101 101011 10111

Color Harmonies of #524621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524621

Black with #524621

Text Example


Text Example

White with #524621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524621; }

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

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

background-color css

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

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

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

border-color css

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

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

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